From 86febb86feba1514c901b2e6e11d1a7d16be8f98 Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 11 Nov 2024 19:19:07 +0100 Subject: [PATCH] Update hyprland-full-install-script.sh --- hyprland-full-install-script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hyprland-full-install-script.sh b/hyprland-full-install-script.sh index 640342d..7142624 100644 --- a/hyprland-full-install-script.sh +++ b/hyprland-full-install-script.sh @@ -1,5 +1,5 @@ #install components -sudo pacman -Syu \ +sudo pacman -S \ base \ base-devel \ btop \ @@ -111,4 +111,4 @@ cp -f ~/Dotfiles/desktopenvs/hyprland/greetd-tuigreet/config.toml /etc/greetd/co systemctl enable greetd.service #final reboot -systemctl reboot +#systemctl reboot