Updates
This commit is contained in:
+15
-4
@@ -1,4 +1,15 @@
|
||||
echo -e "${GREEN}"
|
||||
figlet "Restore Settings"
|
||||
echo -e "${NONE}"
|
||||
python .install/restore.py
|
||||
if [ "$restored" == "1" ]; then
|
||||
echo -e "${GREEN}"
|
||||
figlet "Restore Settings"
|
||||
echo -e "${NONE}"
|
||||
python .install/restore.py
|
||||
else
|
||||
if [ -f ~/dotfiles/.settings/settings.json ] ;then
|
||||
rm ~/dotfiles/.settings/settings.json
|
||||
echo ":: settings.json removed"
|
||||
fi
|
||||
if [ -f ~/.cache/.themestyle.sh ] ;then
|
||||
rm ~/.cache/.themestyle.sh
|
||||
echo ":: .themestyle.sh removed"
|
||||
fi
|
||||
fi
|
||||
Reference in New Issue
Block a user