Removed unused scripts and added powershell run script.

This commit is contained in:
Harrison Deng 2022-05-17 15:32:31 -05:00
parent adbb204ef5
commit 8d70bfd0ee
4 changed files with 0 additions and 29 deletions

0
run.ps1 Normal file → Executable file
View File

View File

@ -1,4 +0,0 @@
#!/bin/bash
cd server/mods
curl -LOJR https://github.com/webbukkit/DynmapBlockScan/releases/download/v3.4-beta-1/DynmapBlockScan-3.4-beta-1-forge-1.18.jar
cd ../../

View File

@ -1,11 +0,0 @@
#!/bin/bash
mkdir temp
cd temp
curl -LOJR https://dev.sys.reslate.xyz/dev-auto/job/ydeng/job/rsemcs-modpack/job/master/lastSuccessfulBuild/artifact/publish/RSEMCS_server.zip
unzip RSEMCS_server.zip
cd ../
cp -r temp/** .
rm -r temp
rm RSEMCS_server.zip
chmod u+x ./run.sh

View File

@ -1,14 +0,0 @@
#!/bin/bash
git clone git@dev.sys.reslate.xyz:ydeng/rsemcs.git update-folder
cd update-folder
git checkout develop
mkdir temp
cd temp
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 ../
rm -rf ./mods
mv ./temp/mods ./
rsync -av --ignore-existing temp/config ./config/.
rm -r ./temp