Updates install script

This commit is contained in:
Jonathan Hodgson 2019-08-05 22:52:16 +01:00
parent 65ac3ffaaf
commit c6f7c10561

View file

@ -59,5 +59,26 @@ pacmanInstall(){
fi fi
} }
dwmInstall(){
cd NOSTOW/dwm/
if [ -i config.h ]; then
sudo rm config.h
fi
sudo make install
cd $SCRIPT_DIR
}
stInstall(){
cd NOSTOW/st/
if [ -i config.h ]; then
sudo rm config.h
fi
sudo make install
cd $SCRIPT_DIR
}
dwmInstall
stInstall
pacmanInstall
doStow doStow