Skip to content

Instantly share code, notes, and snippets.

View Impre-visible's full-sized avatar

Impre'visible Impre-visible

View GitHub Profile
@amanjuman
amanjuman / Install-Minecraft-1.18.1-on-Ubuntu-20.04-x64-(log4j2-patch)
Last active May 20, 2022 19:38
Install Minecraft 1.18.1 on Ubuntu 20.04 x64 ( log4j2 patch)
## Update System
sudo apt update -y && sudo apt upgrade -y && sudo apt dist-upgrade -y && sudo apt autoremove -y
## Install Dependency
sudo apt install libc6-i386 libc6-x32 curl -y
## Install Jave
wget https://download.oracle.com/java/17/latest/jdk-17_linux-x64_bin.deb && sudo dpkg -i jdk-17_linux-x64_bin.deb && rm jdk-17_linux-x64_bin.deb
## Download and install Minecraft