1
0
Fork 0
MeowNexGuilded/update-sb4g.sh
2024-11-09 14:37:49 -08:00

7 lines
145 B
Bash
Executable file

#!/bin/sh
echo "!!! Starting upgrade !!!"
cd /home/swee/MeowNexGuilded
echo "Running git fetch..."
git fetch
echo "Running git pull..."
git pull