Synced server with current version of modpack.

This commit is contained in:
2022-05-13 13:56:37 -05:00
parent 4057dcb14d
commit aeecd25619
5 changed files with 59 additions and 4 deletions

View File

@@ -2,9 +2,9 @@
mkdir temp
cd temp
curl -LOJR https://dev.sys.reslate.xyz/dev-auto/job/ydeng-public/job/rsemcm/job/master/lastSuccessfulBuild/artifact/publish/RSEMCS_server.zip
unzip RSEMCS_server.zip
curl -LOJR https://dev.sys.reslate.xyz/dev-auto/job/ydeng-public/job/rsemcm/job/master/lastSuccessfulBuild/artifact/publish/RSEMCM_server.zip
unzip RSEMCM_server.zip
cd ../
rsync -av --update ./temp/mods/* ./mods/.
rsync -av --ignore-existing ./temp/config ./config/.
rsync -av --update temp/mods/* ./mods/.
rsync -av --ignore-existing temp/config ./config/.
rm -r ./temp