thunderhub: update to v0.9.4

This commit is contained in:
openoms 2020-08-18 11:11:43 +01:00
parent 7cb71c6efe
commit 9544daef84
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.8.12
sudo -u thunderhub git reset --hard v0.9.4
echo "Running npm install and run build..."
sudo -u thunderhub npm install
sudo -u thunderhub npm run build