Skip to content

Commit

Permalink
Update update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kostas214 authored Oct 26, 2024
1 parent 41d076f commit 62d2f81
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,22 @@ apt install tur-repo -y && yes y|pkg upgrade && pkg install mongodb openjdk-17 w
pip install blackboxprotobuf
pip install requests
rm -rf resources LunarCore.jar data
wget https://nightly.link/Melledy/LunarCore/workflows/build/development/LunarCore.zip
unzip LunarCore.zip
rm LunarCore.zip
wget https://nightly.link/FireflyClub/FireflyCore/workflows/build/main/FireflyCore.zip
unzip FireflyCore.zip
rm FireflyCore.zip
mv FireflyCore.jar LunarCore.jar
mkdir data
cd data
wget https://raw.githubusercontent.com/Melledy/LunarCore/development/data/ActivityScheduling.json
wget https://raw.githubusercontent.com/Melledy/LunarCore/development/data/Banners.json
wget https://raw.githubusercontent.com/Melledy/LunarCore/development/data/RogueMapGen.json
cd ..
mkdir resources
git clone --depth 1 https://github.com/Dimbreath/StarRailData
cd StarRailData
git clone --depth 1 https://gitlab.com/Dimbreath/turnbasedgamedata.git
cd turnbasedgamedata
mv Config ExcelOutput TextMap ~/LunarCore-on-Android/resources
cd ~/LunarCore-on-Android
rm -rf StarRailData
rm -rf turnbasedgamedata
python3 hotFixGraber.py 1
chmod +x firstStart.sh
./firstStart.sh

0 comments on commit 62d2f81

Please sign in to comment.