add a script to automatically pull changes from git

This commit is contained in:
2026-01-19 00:15:08 -05:00
parent b5c43a9663
commit 47c8ff17c7

View File

@@ -1,4 +1,6 @@
#!/bin/bash #!/bin/bash
echo '==== Start updater ===='
screen -dmS updater bash autoupdate.sh
echo '==== Cleaning up dead screens ====' echo '==== Cleaning up dead screens ===='
screen -wipe portfolio screen -wipe portfolio
echo '==== Killing old server ====' echo '==== Killing old server ===='