diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..7aa8425 --- /dev/null +++ b/update.sh @@ -0,0 +1,9 @@ +#!/bin/bash +git fetch +git pull +./deploy-to-opt.sh +./install-service-ypchat.sh +./install.sh +./quick-update.sh +./fix-dependencies.sh +sudo systemctl restart ypchat