add self update

This commit is contained in:
2022-11-19 14:40:28 +01:00
parent 29370b8cad
commit bf5fed8407

4
self-update.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
git reset --hard
git pull origin
ansible-playbook -i inventories/base.yml install-requirements.yml