Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drmatoi committed Nov 20, 2023
1 parent 1dfe285 commit ef0418e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@ A script for Termux that makes it possible to host a Minecraft server via your A

### Installation steps
1. THANKS FOR TESTING THIS VERSION!
2. Install wget: `apt-get install wget -y`
3. Install proot: `apt-get install proot -y`
4. Install git: `apt-get install git -y`
5. Go to HOME folder: `cd ~`
6. Download script: `git clone https://github.com/MFDGaming/ubuntu-in-termux.git`
7. Go to script folder: `cd ubuntu-in-termux`
8. Give execution permission: `chmod +x ubuntu.sh`
9. Run the script: `./ubuntu.sh -y`
10. Now just start ubuntu: `./startubuntu.sh`
11. Install openjdk: `pkg install openjdk-17`
12. : `cd ~/`
13. `mkdir mc && cd mc`
14. `wget -O minecraft_server.jar https://launcher.mojang.com/v1/objects/bb2b6b1aefcd70dfd1892149ac3a215f6c636b07/server.jar`
15. `chmod +x minecraft_server.jar`
16. `echo eula=true > eula.txt`
17. `java -Xmx1024M -Xms1024M -jar minecraft-server.jar nogui`
`apt-get install wget -y`
`apt-get install proot -y`
`apt-get install git -y`
`cd ~`
`git clone https://github.com/MFDGaming/ubuntu-in-termux.git`
`cd ubuntu-in-termux`
`chmod +x ubuntu.sh`
`./ubuntu.sh -y`
`./startubuntu.sh`
`pkg install openjdk-17`
`cd ~/`
`mkdir mc && cd mc`
`wget -O minecraft_server.jar https://launcher.mojang.com/v1/objects/bb2b6b1aefcd70dfd1892149ac3a215f6c636b07/server.jar`
`chmod +x minecraft_server.jar`
`echo eula=true > eula.txt`
`java -Xmx1024M -Xms1024M -jar minecraft-server.jar nogui`

0 comments on commit ef0418e

Please sign in to comment.