fixed rofi installer

main
Guus van Meerveld 12 months ago
parent 38b22a58df
commit ce501293db

@ -16,5 +16,8 @@ sudo usermod -aG docker $USER
echo "Enabling ly..."
sudo systemctl enable ly
echo "Installing rofi theme..."
$scripts/install/rofi
echo "Installing vscode extensions..."
$scripts/install/vscode $dotfiles

@ -2,8 +2,10 @@
TMP_LOCATION=/tmp/rofi
git -C /tmp/rofi pull || git clone https://github.com/adi1090x/rofi.git $TMP_LOCATION
git -C $TMP_LOCATION pull || git clone https://github.com/adi1090x/rofi.git $TMP_LOCATION
chmod +x $TMP_LOCATION/setup.sh
cd $TMP_LOCATION
$TMP_LOCATION/setup.sh