From fe4d9b2df827194fe9d6ae84bc5579443f805f0a Mon Sep 17 00:00:00 2001 From: Danneman92 <31633475+Danneman92@users.noreply.github.com> Date: Thu, 25 Aug 2022 03:35:17 +0100 Subject: [PATCH] update custom --- scripts/0-preinstall.sh | 2 +- scripts/2-user.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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