Created
April 4, 2022 22:49
-
-
Save phantomic12/5da0a985e7c67523b5eb59d0e9a0ee06 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt update && sudo apt-get -y upgrade | |
| sudo apt install firewalld aria2 openjdk-17-jre-headless tmux | |
| sudo firewall-cmd --permanent --zone=public --add-port=25565/tcp | |
| sudo firewall-cmd --permanent --zone=public --add-port=25565/udp | |
| sudo firewall-cmd --reload | |
| mkdir server && cd server | |
| aria2c https://papermc.io/api/v2/projects/paper/versions/1.18.2/builds/277/downloads/paper-1.18.2-27 | |
| tmux | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment