Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Latest commit

 

History

History
51 lines (40 loc) · 1.25 KB

INSTALLATION.md

File metadata and controls

51 lines (40 loc) · 1.25 KB

Install gh

(type -p wget >/dev/null || (sudo apt update && sudo apt-get install wget -y)) \
&& sudo mkdir -p -m 755 /etc/apt/keyrings \
&& wget -qO- https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo tee /etc/apt/keyrings/githubcli-archive-keyring.gpg > /dev/null \
&& sudo chmod go+r /etc/apt/keyrings/githubcli-archive-keyring.gpg \
&& echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null \
&& sudo apt update \
&& sudo apt install gh -y
sudo apt update
sudo apt install gh

Login in gh

gh auth login

Install Java

For Minecraft 1.20.4 install Java 17. For more information, read this article.

sudo apt install openjdk-17-jdk -y

Install Binaries

gh release download aether-core@v0.1.0 --repo AS1100K/aether

Execute Binary

sudo chmod a+x ./aether-core-arc-linux
screen
sudo ./aether-core-arc-linux

Use Ctrl + a + d to detach.

To save the log use

sudo RUST_LOG=info ./aether-core-arc-linux 2>&1 | tee log.txt