diff --git a/install/kde.sh b/install/kde.sh index 09eeea7..d159c05 100644 --- a/install/kde.sh +++ b/install/kde.sh @@ -1,8 +1,8 @@ #!/usr/bin/bash printf "Do you want to install KDE Plasma? (yes or no)\n" -read temp +read -r temp -if [ $temp == "yes" ]; then +if [ "$temp" == "yes" ]; then sudo pacman -Syu --noconfirm sudo pacman -S plasma-meta sddm sddm-kcm packagekit-qt5 fcitx5-im konsole dolphin spectacle ark flatpak xdg-desktop-portal-gtk --noconfirm curl -OLk https://192.168.1.64:8443/www/suti7/arch/package/fcitx5-mozc-ext-neologd-2.30.5432.102.g441b11c-1-x86_64.pkg.tar.zst