Create an update script

This commit is contained in:
Sean Wheller 2019-08-09 15:31:41 +02:00
parent ba79446103
commit cfb582ce0d

7
update.sh Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
git pull
# install
. install.sh
sleep 5