mirror of
https://github.com/aljazceru/omakub.git
synced 2026-02-04 11:54:22 +01:00
8 lines
157 B
Bash
8 lines
157 B
Bash
sudo apt install -y openjdk-8-jdk
|
|
|
|
cd /tmp
|
|
wget https://launcher.mojang.com/download/Minecraft.deb
|
|
sudo apt install -y ./Minecraft.deb
|
|
rm Minecraft.deb
|
|
cd -
|