made hyprland-git update script a little prettier

main
The_miro 2025-02-20 11:50:12 +01:00
parent a35afa5100
commit 8a89f792b8
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash #!/bin/bash
sudo pacman -Rns hyprland hyprcursor hyprland-qtutils hyprutils hyprgraphics hyprland-workspaces hyprwayland-scanner hyprland-workspaces-debug hyprland-qt-support hyprlang xdg-desktop-portal-hyprland sudo pacman -Rns hyprland hyprcursor hyprland-qtutils hyprutils hyprgraphics hyprland-workspaces hyprwayland-scanner hyprland-workspaces-debug hyprland-qt-support hyprlang xdg-desktop-portal-hyprland; echo "uninstall completed, now installing"
yay -S hyprland-git hyprland-workspaces yay -Sy hyprland-git hyprland-workspaces && echo "Reinstallation complete"