Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 7 additions & 17 deletions content/install-minecraft.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tableOfContents: true

Alright! Hitch on and let's go on!

## Pop!_OS 20.04
## Pop!_OS

First, open the Pop!_Shop.
![Open Pop_Shop](/images/minecraft/popshop.png)
Expand All @@ -32,29 +32,19 @@ Now you will have installed Minecraft! Open Minecraft and log in with your usern
![Minecraft Installed](/images/minecraft/minecraftinstalled.png)

## Debian and Ubuntu

First, you will need Java runtime.

```bash
sudo apt-get install openjdk-8-jre
```

So, you want oracle runtime instead? But.... fine....
Get the repository and install the package.
Go to [minecraft.net](https://www.minecraft.net/download) and download the _Debian + Debian based_ version. Open the downloaded `.deb` file to install.

```bash
sudo apt-add-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
```
![Minecraft download page listing multiple versions](/images/minecraft/downloadversions.png)

You will then download the launcher. Go to the [minecraft.net](https://minecraft.net/en-us/download/) page to download or...
Alternatively you can use the terminal:

```bash
wget http://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar
wget https://launcher.mojang.com/download/Minecraft.deb
sudo dpkg --install Minecraft.deb
```

Now run the file! Log in with your username and password and start playing!
Now start Minecraft from the app launcher! Log in with your username and password and start playing!

---

Expand Down
Binary file added static/images/minecraft/downloadversions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading