]> ###2023.02.02 - PHP8 compliance ###2021.03.10 - Permission fix ###2020.04.05 - Multi language support ###2020.01.18 - Utilize new system for reboot required notifications ###2019.12.05 - Determine mitigation syntax via kernel version, not unRaid version. - Depending upon the circumstances, a reboot *may* be required after installing this update ###2019.11.28 - Adjust mitigations if downgrading from 6.8 to 6.7 ###2019.10.27 - Fix font size on plugins tab ###2019.09.28 - Use simpler disables when running unRaid 6.8+ ###2019.06.02 - Initial Release # Remove old 'source' files rm -f $(ls /boot/config/plugins/&name;/&name;*.txz 2>/dev/null | grep -v '&version;') https://raw.github.com/&github;/master/archive/&name;-&version;-x86_64-1.txz &md5; echo "" echo "----------------------------------------------------" echo " &name; has been installed." echo " Copyright 2019, Andrew Zawadzki" echo " Version: &version;" echo "----------------------------------------------------" echo "" echo "Re-enabling mitigations" echo "" /usr/local/emhttp/plugins/disable.security/scripts/enableMitigations.sh > /dev/null removepkg &name;-&version;-x86_64-1 rm -rf &plugdir; rm -rf /boot/config/plugins/&name; echo "" echo "If mitigations were disabled, they have now been re-enabled. A reboot is required"