mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-03-29 17:50:31 +01:00
Updated Setup (markdown)
parent
a9f5a0830b
commit
863c14ef25
1 changed files with 35 additions and 0 deletions
35
Setup.md
35
Setup.md
|
@ -31,6 +31,41 @@ Please read the disclaimer [here](Setup#standalone-setup) before continuing.
|
||||||
3. Do `apt install default-jre`
|
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`
|
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`
|
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 <<EOM
|
||||||
|
apt update
|
||||||
|
apt install -y default-jre
|
||||||
|
exit
|
||||||
|
EOM
|
||||||
|
|
||||||
|
~/ubuntu_directory/start-ubuntu.sh
|
||||||
|
|
||||||
|
rm -rf .profile
|
||||||
|
|
||||||
|
mkdir ~/Geyser/
|
||||||
|
cd ~/Geyser/
|
||||||
|
|
||||||
|
wget https://ci.nukkitx.com/job/GeyserMC/job/Geyser/job/master/lastSuccessfulBuild/artifact/bootstrap/standalone/target/Geyser.jar
|
||||||
|
|
||||||
|
echo You can now start Geyser at any time using
|
||||||
|
echo ./ubuntu_directory/start-ubuntu.sh
|
||||||
|
echo java -jar ./Geyser/Geyser.jar
|
||||||
|
|
||||||
|
|
||||||
|
curl https://gist.githubusercontent.com/rtm516/e3e07d6595ee41e05a38b03c0f4d7a80/raw/install.sh | bash`
|
||||||
|
|
||||||
## Setup Videos
|
## Setup Videos
|
||||||
Setup tutorials in a variety of languages.
|
Setup tutorials in a variety of languages.
|
||||||
|
|
Loading…
Add table
Reference in a new issue