Updates install script
This commit is contained in:
parent
f4b73873eb
commit
17f6c822af
1 changed files with 21 additions and 0 deletions
21
install.sh
21
install.sh
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue