This commit is contained in:
Flummi 2023-06-18 15:58:43 +02:00
parent 46a05ab553
commit 44c0579666
Signed by: Flummi
GPG Key ID: AA2AEF822A6F4817
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<!ENTITY name "AMD-Vendor-Reset"> <!ENTITY name "AMD-Vendor-Reset">
<!ENTITY author "ich777"> <!ENTITY author "ich777">
<!ENTITY version "2022.07.21"> <!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 pluginURL "&gitURL;/amd-vendor-reset.plg">
<!ENTITY plugin "/boot/config/plugins/amd-vendor-reset"> <!ENTITY plugin "/boot/config/plugins/amd-vendor-reset">
<!ENTITY emhttp "/usr/local/emhttp/plugins/AMD-Vendor-Reset"> <!ENTITY emhttp "/usr/local/emhttp/plugins/AMD-Vendor-Reset">

View File

@ -2,7 +2,7 @@
mkdir ${DATA_DIR}/vendor-reset mkdir ${DATA_DIR}/vendor-reset
mkdir -p ${DATA_DIR}/vendor-reset/vendorreset/lib/modules/${UNAME} mkdir -p ${DATA_DIR}/vendor-reset/vendorreset/lib/modules/${UNAME}
cd ${DATA_DIR}/vendor-reset 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 cd ${DATA_DIR}/vendor-reset/vendor-reset
git checkout master git checkout master
@ -28,7 +28,7 @@ mkdir $TMP_DIR/$VERSION/install
tee $TMP_DIR/$VERSION/install/slack-desc <<EOF tee $TMP_DIR/$VERSION/install/slack-desc <<EOF
|-----handy-ruler------------------------------------------------------| |-----handy-ruler------------------------------------------------------|
$PLUGIN_NAME: $PLUGIN_NAME $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:
$PLUGIN_NAME: Custom $PLUGIN_NAME for Unraid Kernel v${UNAME%%-*} by ich777 $PLUGIN_NAME: Custom $PLUGIN_NAME for Unraid Kernel v${UNAME%%-*} by ich777
$PLUGIN_NAME: $PLUGIN_NAME: