diff --git a/update_arch.sh b/update_arch.sh index e3f3a55..a2d2bc8 100755 --- a/update_arch.sh +++ b/update_arch.sh @@ -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'