]> ##Dynamix Date Time ###2025.11.14 - Migrate repository to Unraid ###2025.11.14 - Migrate to Unraid github repository ###2023.10.28 - prepared for Unraid 6.13 ###2023.02.05 - set minimum Unraid version to 6.9 (supports multi-language) - added support for upcoming Unraid version 6.12 ###2021.05.20 - made compatible with Unraid 6.10 ###2020.06.21 - fixed regression error ###2020.06.17 - updated multi-language support ###2020.05.10 - updated multi-language support ###2020.03.31 - added multi-language support ###2019.11.02 - use new icon when Unraid version is 6.7+ ###2018.03.08 - added fourth NTP server entry (supported from unRAID 6.5) ###2017.09.01 - fixed PHP time variable ###2016.11.20 - fixed compatibility with unRAID version 6.3 and higher ###2016.09.17 - minimum unRAID version 6.2 (stable version) ###2016.09.07 - removed custom time zone setting ###2016.08.26 - fixed folders and files permissions ###2016.08.24a - added show selected country ###2016.08.24 - initial release for unRAID v6.2 # Remove old 'source' packages MD5=$(md5sum &source;.txz 2>/dev/null|grep -Po '^\S+') if [[ $MD5 != &MD5; ]]; then rm -f &source;*.txz fi https://raw.githubusercontent.com/unraid/dynamix/master/archive/&name;.txz &MD5; source /etc/unraid-version version=${version:2:2} # Update icon if Unraid version is 6.7+ if [[ $((${version/./}*1)) -ge 7 ]]; then sed -ri 's/date-time.png/icon-clock/' /usr/local/emhttp/plugins/dynamix.date.time/DateTime.page fi echo "" echo "-----------------------------------------------------------" echo " Plugin &name; is installed." echo " This plugin requires Dynamix webGui to operate" echo " Copyright 2023, Bergware International" echo " Version: &version;" echo "-----------------------------------------------------------" echo "" # Remove plugin related files rm -rf /boot/config/plugins/&name; # Uninstall the 'source' package removepkg &name;