vault backup: 2023-07-23 08:45:03

This commit is contained in:
zleyyij 2023-07-23 08:45:03 -06:00
parent e662c17ba7
commit 41b9b11abe

View File

@ -32,7 +32,15 @@ sudo chgrp minecraft /opt/minecraft
sudo chmod 775 /opt/minecraft
```
Downloading the server jar into `/opt/minecraft`
Downloading the server jar into `/opt/minecraft`:
```
cd /opt/minecraft
# Go to https://www.minecraft.net/en-us/download/server,
# and copy the link for "Download server.[version].jar:
wget
```
This enables minecraft to run in the background, restart if it crashes, etc etc.