1
0
Fork 0
MeowNexGuilded/update-sb4g.sh

8 lines
146 B
Bash
Raw Normal View History

2024-10-10 23:09:35 -07:00
#!/bin/sh
echo "!!! Starting upgrade !!!"
cd /home/swee/sweeBot4Guilded
echo "Running git fetch..."
git fetch
echo "Running git pull..."
git pull