vault backup: 2023-07-23 08:45:03
This commit is contained in:
parent
e662c17ba7
commit
41b9b11abe
@ -32,7 +32,15 @@ sudo chgrp minecraft /opt/minecraft
|
|||||||
sudo chmod 775 /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.
|
This enables minecraft to run in the background, restart if it crashes, etc etc.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user