#1487 update thunderhub 0.9.15

This commit is contained in:
rootzoll 2020-09-28 20:36:15 +02:00
parent 4e532aa6f3
commit a5ad065db9

View File

@ -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.4
sudo -u thunderhub git reset --hard v0.9.15
echo "Running npm install and run build..."
sudo -u thunderhub npm install
if ! [ $? -eq 0 ]; then