Updated hyprsolusctl

This commit is contained in:
Ethan Smith-Coss 2024-11-17 18:20:13 +00:00
parent e6d95fb6b6
commit 1db390c8b5
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

@ -93,6 +93,7 @@ update () {
deps_update=${deps_update:-1} deps_update=${deps_update:-1}
cd "$HYPRSOLUS_PATH" cd "$HYPRSOLUS_PATH"
git restore .
# Fetch new content from remote # Fetch new content from remote
git fetch --all git fetch --all
git pull origin main git pull origin main