From d4e1faaeb844d656031584c98336b4abdc9d08bf Mon Sep 17 00:00:00 2001 From: The_miro Date: Sun, 27 Apr 2025 04:08:50 +0200 Subject: [PATCH] fixed branch switcher script... i think... --- setup/deprecated/hyprland-remove-for-change-to-git.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/deprecated/hyprland-remove-for-change-to-git.sh b/setup/deprecated/hyprland-remove-for-change-to-git.sh index fe3defb..f72bfb0 100644 --- a/setup/deprecated/hyprland-remove-for-change-to-git.sh +++ b/setup/deprecated/hyprland-remove-for-change-to-git.sh @@ -1,3 +1,3 @@ #!/bin/bash -sudo pacman -Rns hyprland-git hyprcursor-git hyprland-qtutils-git hyprutils-git hyprgraphics-git hyprland-workspaces hyprwayland-scanner-git hyprland-workspaces-debug hyprland-qt-support-git hyprlang-git xdg-desktop-portal-hyprland-git; echo "uninstall completed, now installing" +sudo pacman -Rns hyprland-git hyprcursor-git hyprland-qtutils-git hyprutils-git hyprgraphics-git hyprland-workspaces hyprwayland-scanner-git hyprland-workspaces-debug hyprland-qt-support-git hyprlang-git hyprgraphics-git hyprland-qtutils-git hyprlang-git; echo "uninstall completed, now installing" yay -Sy hyprland-workspaces && sudo pacman -S hyprland hyprcursor hyprpaper hyprlock && echo "Reinstallation complete"