upgrade script

This commit is contained in:
Simon Larsen
2022-11-10 11:28:39 +00:00
parent eac36b08ae
commit 4e6679f032

View File

@@ -13,6 +13,11 @@ fi
bash preinstall.sh
# Revert all local changes
git reset
git checkout .
# Pull latest changes
git pull
docker-compose pull