diff --git a/Setup.md b/Setup.md index 71e1673..4a7f921 100644 --- a/Setup.md +++ b/Setup.md @@ -31,6 +31,41 @@ Please read the disclaimer [here](Setup#standalone-setup) before continuing. 3. Do `apt install default-jre` 4. Do `wget https://ci.nukkitx.com/job/GeyserMC/job/Geyser/job/master/lastSuccessfulBuild/artifact/bootstrap/standalone/target/Geyser.jar` 5. Do `java -jar Geyser.jar` +OR +We have an automated setup script for clean Termux installs, might not work for all users. +Run this to start the download/install: `pkg install -y proot wget +mkdir ~/ubuntu_directory +cd ~/ubuntu_directory + +wget https://raw.githubusercontent.com/Neo-Oli/termux-ubuntu/master/ubuntu.sh +sed -i 's/disco/focal/g' ubuntu.sh +bash ubuntu.sh + +sed -i 's/#command+=" -b \/data/command+=" -b \/data/g' start-ubuntu.sh + +cd ~ + +cat >.profile <