new file: update.sh

easy one command update function
This commit is contained in:
n0rdye 2023-11-17 13:32:00 +00:00
parent 3555ff1dec
commit fdff3ff2f8

3
update.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
git pull https://github.com/n0rdye/puzzle.git --autostash;
docker-compose restart;