diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-20 14:03:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-20 14:03:35 -0300 |
commit | 77eceb6b2fe0b5984dea2cd8303a4a96f54cf921 (patch) | |
tree | a50348cfb881daefcce4c3fbba99534ccb6f6442 /.tools/scripts | |
parent | 81bdb90dce2b92d4402c3b34ac18e528ba457d44 (diff) | |
download | serverdata-77eceb6b2fe0b5984dea2cd8303a4a96f54cf921.tar.gz serverdata-77eceb6b2fe0b5984dea2cd8303a4a96f54cf921.tar.bz2 serverdata-77eceb6b2fe0b5984dea2cd8303a4a96f54cf921.tar.xz serverdata-77eceb6b2fe0b5984dea2cd8303a4a96f54cf921.zip |
Give EXP to homunculus even if they don't fight (a bonus from master EXP)
Diffstat (limited to '.tools/scripts')
-rwxr-xr-x | .tools/scripts/init.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.tools/scripts/init.sh b/.tools/scripts/init.sh index 8fb823781..a78f20088 100755 --- a/.tools/scripts/init.sh +++ b/.tools/scripts/init.sh @@ -112,6 +112,10 @@ function make_server { ls -la ../server-data/plugins if [ -e "../server-data/.tools/beta.patch2" ] then + echo "Download and install Python 2.7 Minimal ........" + aptget_install python2.7-minimal + echo "Download and apply reapply patch ........" + python2.7 ../server-data/.tools/reapply.py echo "Apply beta.patch2 ........" git apply ../server-data/.tools/beta.patch2 echo "........ Done." |