Updated scripts

This commit is contained in:
Christoffer Martinsson 2025-05-03 16:18:06 +02:00
parent d617804bad
commit c34ee9f80e

View File

@ -20,7 +20,6 @@ NVIDIA_GPU="no"
NVIDIA_1080_GPU="no"
TERMINAL="no"
HYPERLAND="no"
KDE="no"
if [ "$HOSTNAME" == "CMBOX" ]; then
DESKTOP_BASE="yes"
@ -87,9 +86,6 @@ fi
if [ "$HYPERLAND" == "yes" ]; then
printf -- 'HYPERLAND, '
fi
if [ "$KDE" == "yes" ]; then
printf -- 'KDE, '
fi
if [ "$NVIDIA_GPU" == "yes" ]; then
printf -- 'NVIDIA_GPU, '
fi
@ -256,17 +252,6 @@ if [ "$HYPERLAND" == "yes" ]; then
fi
if [ "$KDE" == "yes" ]; then
printf -- '\033[33m Installing KDE Plasma\n\033[37m'
yay --noconfirm -S --needed --aur sddm-git
sudo pacman --noconfirm --needed -S xorg-xwayland xorg-xlsclients qt5-wayland glfw-wayland
sudo pacman --noconfirm --needed -S plasma kde-applications
sudo pacman --noconfirm --needed -S plasma-wayland-session
sudo pacman --noconfirm --needed -S pipewire pipewire-pulse pipewire-alsa pavucontrol helvum
sudo systemctl enable sddm
sudo systemctl enable NetworkManager
fi
# Install terminal utility
if [ "$TERMINAL" == "yes" ]; then
printf -- '\033[33m Installing terminal utilities\n\033[37m'