1
0
Fork 0
MeowNexGuilded/update-sb4g.sh

8 lines
145 B
Bash
Raw Permalink Normal View History

2024-10-10 23:09:35 -07:00
#!/bin/sh
echo "!!! Starting upgrade !!!"
2024-11-09 14:37:49 -08:00
cd /home/swee/MeowNexGuilded
2024-10-10 23:09:35 -07:00
echo "Running git fetch..."
git fetch
echo "Running git pull..."
git pull