diff --git a/home.admin/config.scripts/bonus.thunderhub.sh b/home.admin/config.scripts/bonus.thunderhub.sh index 9894decd3..7be78cac8 100755 --- a/home.admin/config.scripts/bonus.thunderhub.sh +++ b/home.admin/config.scripts/bonus.thunderhub.sh @@ -81,7 +81,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then sudo -u thunderhub git clone https://github.com/apotdevin/thunderhub.git /home/thunderhub/thunderhub cd /home/thunderhub/thunderhub # https://github.com/apotdevin/thunderhub/releases - sudo -u thunderhub git reset --hard v0.9.15 + sudo -u thunderhub git reset --hard v0.10.4 echo "Running npm install and run build..." sudo -u thunderhub npm install if ! [ $? -eq 0 ]; then