diff --git a/hyprsolusctl b/hyprsolusctl index 1083d2b..55d0dc6 100644 --- a/hyprsolusctl +++ b/hyprsolusctl @@ -93,6 +93,7 @@ update () { deps_update=${deps_update:-1} cd "$HYPRSOLUS_PATH" + git restore . # Fetch new content from remote git fetch --all git pull origin main