This commit is contained in:
Lukas Graz 2022-04-20 14:39:05 +02:00
parent 443eb64c7a
commit cf56725de0
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ echo -ne "
Theming DE if user chose FULL installation
-------------------------------------------------------------------------
"
if [[ $INSTALL_TYPE == "FULL" ]]; then
# if [[ $INSTALL_TYPE == "FULL" ]]; then
if [[ $DESKTOP_ENV == "kde" ]]; then
cp -r ~/ArchTitus/configs/.config/* ~/.config/
pip install konsave
@ -91,7 +91,7 @@ if [[ $INSTALL_TYPE == "FULL" ]]; then
echo "Setting up my gnome things: "
bash ~/ArchTitus/scripts/my_gnome_setup.sh
fi
fi
# fi
echo -ne "
-------------------------------------------------------------------------