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."