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