Updated hyprsolusctl

This commit is contained in:
Ethan Smith-Coss 2024-10-09 18:26:03 +01:00
parent d3731b61f9
commit 5a7753b99d
Signed by: TheOnePath
GPG Key ID: 1D351CCC6D01F32B

View File

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