fix install script

This commit is contained in:
Simon Larsen
2022-11-10 12:18:34 +00:00
parent d5272f28e4
commit bdc67faa35

View File

@@ -4,12 +4,6 @@ set -e
bash preinstall.sh
# Revert all local changes
git reset
git checkout .
# Pull latest changes
git pull