#1791 update thunderhub (#1792)

This commit is contained in:
Christian Rotzoll
2020-11-21 00:04:19 +01:00
committed by rootzoll
parent 89a9a2776b
commit 2fc825b778

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.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