Separated update from run script.
This commit is contained in:
parent
e49964b894
commit
34d0df7cbd
4
run.sh
4
run.sh
@ -1,7 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
git checkout master
|
./update.sh
|
||||||
git reset --hard
|
|
||||||
git pull origin master --ff-only
|
|
||||||
|
|
||||||
java -XX:+UseG1GC -Xmx5G -jar paper.jar nogui
|
java -XX:+UseG1GC -Xmx5G -jar paper.jar nogui
|
Loading…
x
Reference in New Issue
Block a user