thunderhub: update to v0.8.0

This commit is contained in:
openoms 2020-06-20 18:21:29 +01:00
parent 448be73dd5
commit b120c52258
No known key found for this signature in database
GPG key ID: 5BFB77609B081B65

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.7.8
sudo -u thunderhub git reset --hard v0.8.0
echo "Running npm install and run build..."
sudo -u thunderhub npm install
sudo -u thunderhub npm run build