diff --git a/scripts/0-preinstall.sh b/scripts/0-preinstall.sh index 232303c..d8fbc61 100755 --- a/scripts/0-preinstall.sh +++ b/scripts/0-preinstall.sh @@ -39,7 +39,7 @@ echo -ne " Setting up $iso mirrors for faster downloads ------------------------------------------------------------------------- " -reflector -a 48 -f 5 -l 20 --sort rate --save /etc/pacman.d/mirrorlist +reflector -a 48 -l 20 --sort rate --save /etc/pacman.d/mirrorlist mkdir /mnt &>/dev/null # Hiding error message if any echo -ne " ------------------------------------------------------------------------- diff --git a/scripts/2-user.sh b/scripts/2-user.sh index 8e60e6f..45e5a61 100755 --- a/scripts/2-user.sh +++ b/scripts/2-user.sh @@ -61,7 +61,7 @@ export PATH=$PATH:~/.local/bin # Theming DE if user chose FULL installation if [[ $INSTALL_TYPE == "FULL" ]]; then - if [[ $DESKTOP_ENV == "kde" ]]; then + if [[ $DESKTOP_ENV == "kde" || "kdedh" ]]; then cp -r ~/ArchTitus/configs/.config/* ~/.config/ pip install konsave konsave -i ~/ArchTitus/configs/kde.knsv