test
This commit is contained in:
parent
46a05ab553
commit
44c0579666
|
@ -3,7 +3,7 @@
|
|||
<!ENTITY name "AMD-Vendor-Reset">
|
||||
<!ENTITY author "ich777">
|
||||
<!ENTITY version "2022.07.21">
|
||||
<!ENTITY gitURL "https://raw.githubusercontent.com/&author;/unraid-amd-vendor-reset/master">
|
||||
<!ENTITY gitURL "https://git.lat/Flummi/unraid-amd-vendor-reset/raw/branch/master">
|
||||
<!ENTITY pluginURL "&gitURL;/amd-vendor-reset.plg">
|
||||
<!ENTITY plugin "/boot/config/plugins/amd-vendor-reset">
|
||||
<!ENTITY emhttp "/usr/local/emhttp/plugins/AMD-Vendor-Reset">
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
mkdir ${DATA_DIR}/vendor-reset
|
||||
mkdir -p ${DATA_DIR}/vendor-reset/vendorreset/lib/modules/${UNAME}
|
||||
cd ${DATA_DIR}/vendor-reset
|
||||
git clone https://github.com/gnif/vendor-reset
|
||||
git clone https://git.lat/Flummi/vendor-reset.git
|
||||
cd ${DATA_DIR}/vendor-reset/vendor-reset
|
||||
git checkout master
|
||||
|
||||
|
@ -28,7 +28,7 @@ mkdir $TMP_DIR/$VERSION/install
|
|||
tee $TMP_DIR/$VERSION/install/slack-desc <<EOF
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
$PLUGIN_NAME: $PLUGIN_NAME
|
||||
$PLUGIN_NAME: Source: https://github.com/gnif/vendor-reset
|
||||
$PLUGIN_NAME: Source: https://git.lat/Flummi/vendor-reset.git
|
||||
$PLUGIN_NAME:
|
||||
$PLUGIN_NAME: Custom $PLUGIN_NAME for Unraid Kernel v${UNAME%%-*} by ich777
|
||||
$PLUGIN_NAME:
|
||||
|
|
Loading…
Reference in New Issue
Block a user