Update install.sh

This commit is contained in:
santiyago 2025-06-04 23:20:57 +03:30 committed by GitHub
parent 644c98b35f
commit 7f560ebcc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -241,7 +241,7 @@ main() {
# exit 1 # Or proceed with current branch # exit 1 # Or proceed with current branch
fi fi
fi fi
git reset --hard origin/\$(git rev-parse --abbrev-ref HEAD) git reset --hard origin/$(git rev-parse --abbrev-ref HEAD)
git pull git pull
cd "$INSTALL_DIR" cd "$INSTALL_DIR"
else else