From 5a7753b99d2d0ca954f26a17f5bd53f0d541bccd Mon Sep 17 00:00:00 2001 From: TheOnePath Date: Wed, 9 Oct 2024 18:26:03 +0100 Subject: [PATCH] Updated hyprsolusctl --- hyprsolusctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyprsolusctl b/hyprsolusctl index 50d0ce5..e6a46c6 100644 --- a/hyprsolusctl +++ b/hyprsolusctl @@ -80,7 +80,7 @@ update () { cd "$HYPRSOLUS_PATH" # Fetch new content from remote - git fetch origin --all + git fetch --all git pull origin main echo "(hyprsolus) Updating additional scripts if needed."