This commit is contained in:
parent
443eb64c7a
commit
cf56725de0
|
|
@ -76,7 +76,7 @@ echo -ne "
|
||||||
Theming DE if user chose FULL installation
|
Theming DE if user chose FULL installation
|
||||||
-------------------------------------------------------------------------
|
-------------------------------------------------------------------------
|
||||||
"
|
"
|
||||||
if [[ $INSTALL_TYPE == "FULL" ]]; then
|
# if [[ $INSTALL_TYPE == "FULL" ]]; then
|
||||||
if [[ $DESKTOP_ENV == "kde" ]]; then
|
if [[ $DESKTOP_ENV == "kde" ]]; then
|
||||||
cp -r ~/ArchTitus/configs/.config/* ~/.config/
|
cp -r ~/ArchTitus/configs/.config/* ~/.config/
|
||||||
pip install konsave
|
pip install konsave
|
||||||
|
|
@ -91,7 +91,7 @@ if [[ $INSTALL_TYPE == "FULL" ]]; then
|
||||||
echo "Setting up my gnome things: "
|
echo "Setting up my gnome things: "
|
||||||
bash ~/ArchTitus/scripts/my_gnome_setup.sh
|
bash ~/ArchTitus/scripts/my_gnome_setup.sh
|
||||||
fi
|
fi
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
echo -ne "
|
echo -ne "
|
||||||
-------------------------------------------------------------------------
|
-------------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue