From ea048dfb54c20af84c86335853f5fd2b967be55a Mon Sep 17 00:00:00 2001 From: kaboom <58372747+kaboombot@users.noreply.github.com> Date: Wed, 27 Sep 2023 00:50:16 +0300 Subject: [PATCH] reset.sh: Also update the framework --- script/reset.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/script/reset.sh b/script/reset.sh index b0db497..375fab7 100755 --- a/script/reset.sh +++ b/script/reset.sh @@ -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