4 lines
332 B
Bash
4 lines
332 B
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; echo "uninstall completed, now installing"
|
|
yay -Sy hyprland-git hyprland-workspaces && echo "Reinstallation complete"
|