Fix typo (don't run yay as root)

This commit is contained in:
ItsDrike 2023-08-01 14:16:23 +02:00
parent 6273223007
commit 6a803b051a

View file

@ -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) git checkout "$(git rev-list --tags --max-count=1)" # check out the last tag (latest stable release)
sudo make install sudo make install
popd 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 cp -ra home/.config/hypr ~/.config/hypr # loads dwindle-autgoroup
# Hyprland dwindle-autogroup plugin # Hyprland dwindle-autogroup plugin