]> ##&name; ###&version; - Fix: Set max Unraid version to 6.12.14. ###2024.09.05; - Fix: Set max Unraid version to 6.12.13. ###2024.07.17; - Fix: Set max Unraid version to 6.12.11. ###2024.07.06 - Fix: Set max Unraid version to 6.12.10. ###2023.08.01a - Fix: Update to python3 3.9.16. - Fix: Update python-pip to 22.2.2. - Fix: Update python-setuptools to 65.1.1. ###2022.08.24 - Fix: Cleanup of files on /boot/ not working. ###2022.08.19 - Add: Save icon to flash and copy to emhttp plugin folder. - Add: Set emhttp plugin permissions. ###2022.08.19 - First release. # Remove emhttp files so we can re-install. rm -rf /usr/local/emhttp/plugins/&name;/* 2>/dev/null "&gitURL;/packages/python3-3.9.16-x86_64-1.txz" bddb9d9fd13a6e39a3ce4fde267a9d6f "&gitURL;/packages/python-pip-22.2.2-x86_64-1.txz" 13f87ab9666f55dcc8483143e2338fb1 "&gitURL;/packages/python-setuptools-65.1.1-x86_64-1.txz" 865e5300fd87ece44740ed13c5070c80 "&gitURL;/images/Python3.png" # Copy icon. mkdir -p /usr/local/emhttp/plugins/&name;/images/ cp /boot/config/plugins/&name;/images/Python3.png /usr/local/emhttp/plugins/&name;/images/python3.png # Set emhttp folder permissions. chown -R root:root /usr/local/emhttp/plugins/&name;/ chmod -R 755 /usr/local/emhttp/plugins/&name;/ echo "" echo "-----------------------------------------------------------" echo " &name; has been installed." echo " Copyright 2022, &author;" echo " Version: &version;" echo "-----------------------------------------------------------" echo "" echo "Removing packages..." # Remove all installed packages. removepkg python3-3.9.16-x86_64-1 >/dev/null removepkg python-pip-22.2.2-x86_64-1 >/dev/null removepkg python-setuptools-65.1.1-x86_64-1 >/dev/null # Remove possible leftovers rm -rf /usr/local/emhttp/plugins/&name; rm -rf /boot/config/plugins/&name; echo "" echo "-----------------------------------------------------------" echo " &name; has been uninstalled." echo "-----------------------------------------------------------" echo ""