update custom
This commit is contained in:
parent
64067572d7
commit
fe4d9b2df8
|
|
@ -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 "
|
||||
-------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue