From 6a803b051a729c2d7936177b49b4e8a3878700db Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Tue, 1 Aug 2023 14:16:23 +0200 Subject: [PATCH] Fix typo (don't run yay as root) --- install_gui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_gui.sh b/install_gui.sh index 8ae0d9d..680775f 100755 --- a/install_gui.sh +++ b/install_gui.sh @@ -101,7 +101,7 @@ pushd ~/.local/src/Hyprland git checkout "$(git rev-list --tags --max-count=1)" # check out the last tag (latest stable release) sudo make install popd -sudo yay -S --noconfirm --needed xdg-desktop-portal-hyprland-git hyprpaper +yay -S --noconfirm --needed xdg-desktop-portal-hyprland-git hyprpaper cp -ra home/.config/hypr ~/.config/hypr # loads dwindle-autgoroup # Hyprland dwindle-autogroup plugin