reset.sh: Also update the framework

This commit is contained in:
kaboom 2023-09-27 00:50:16 +03:00
parent 30ab860262
commit ea048dfb54
1 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,10 @@ pkill -9 schematics.sh
pkill -9 server.sh
pkill -9 java
# Sync changes with the github repository
# Sync changes with the GitHub repository
cd ~/framework
git pull
cd ~/server-default
git pull