From 1db390c8b5dc8f2d02108d34352eb9a5414cbf9d Mon Sep 17 00:00:00 2001 From: TheOnePath Date: Sun, 17 Nov 2024 18:20:13 +0000 Subject: [PATCH] Updated hyprsolusctl --- hyprsolusctl | 1 + 1 file changed, 1 insertion(+) 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