Update 'README.md'

This commit is contained in:
2023-05-24 14:53:21 +02:00
parent ee3e971346
commit 78cb56302a

View File

@@ -0,0 +1,7 @@
1) install screen and java-jre-headless
1) create unpriviliged user+group "minecraft"
1) copy unit-file to /lib/systemd/system/minecraft.service
1) enable unit-file
1) copy update-minecraft.sh to /usr/local/bin
1) make updatescript executable
1) add updatescript to /etc/crontab: <code>0 3 * * * root bash /usr/local/bin/update-minecraft.sh</code>