Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kostas214 authored Oct 26, 2024
1 parent 821aa2f commit 41d076f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@ chmod +x start.sh
chmod +x firstStart.sh
pip install blackboxprotobuf
pip install requests
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
cp start.sh ~/
chmod +x start.sh
python3 hotFixGraber.py 1
Expand Down

0 comments on commit 41d076f

Please sign in to comment.