Removing old script and updating arch-setup

This commit is contained in:
2025-05-27 09:43:21 +02:00
parent 6150b37ae2
commit 6f36ca0848
5 changed files with 462 additions and 805 deletions

View File

@@ -32,7 +32,7 @@ function setupDesktopEnvironment() {
"5" "MATE" \
"6" "Budgie" \
"7" "Sway" \
"8" "Hyprland" 3>&1 1>&2 2>&3)
"8" "Hyprland" 3>&1 1>&2 2>&3)
case $DE in
1) installGNOME ;;
2) installKDE ;;
@@ -63,7 +63,7 @@ function installKDE() {
sudo dnf group install kde-desktop -y
sudo dnf in kde-connect -y
elif [[ $DISTRO == "arch" ]]; then
sudo pacman -S --needed plasma plasma-meta kdeconnect packagekit-qt6 plymouth-kcm flatpak-kcm sddm-kcm --noconfirm
sudo pacman -S --needed plasma-meta kdeconnect gwenview --noconfirm
fi
}