updated the installer for version

This commit is contained in:
Surferlul 2021-09-05 16:00:15 +02:00
parent 0a58ec27aa
commit 4f3c4fa7ae

View File

@ -12,6 +12,7 @@ CACHE_DIR="/tmp/surferlul_awesome"
mkdir $CACHE_DIR
echo "Downloading AwesomeWM Configs"
git clone https://github.com/Surferlul/awesome.git $CACHE_DIR
git --git-dir $CACHE_DIR checkout 4.3
[ -d "$HOME/.config/awesome" ] && echo "Backing up previous configs" && tar cf $CACHE_DIR/previous.tar $HOME/.config/awesome/ && echo "Removing previous configs" && rm -rf $HOME/.config/awesome/
echo "Downloading Vicious widgets for AwesomeWM"
git clone https://github.com/vicious-widgets/vicious.git $CACHE_DIR/vicious