User Story
As a server admin, I want install PaperMC on Ubuntu so that it doesn't crash due to wrong dependencies on the website.
Basic info
- Distro: [Ubuntu 20.04.3]
- Game: [Minecraft PaperMC]
- Command: [Start]
- LinuxGSM version: [v21.4.1]
Further Information
The server start command will fail because the wrong java version will be installed.
Replace "default-jre" in the Ubuntu dependencies with "openjdk-16-jre"
To Reproduce
Steps to reproduce the behaviour:
- Set up Ubuntu
- Install Dependencies
- Install Server
- Try to start the Server
- Get the Error
Expected behaviour
The server starts.
User Story
As a server admin, I want install PaperMC on Ubuntu so that it doesn't crash due to wrong dependencies on the website.
Basic info
Further Information
The server start command will fail because the wrong java version will be installed.
Replace "default-jre" in the Ubuntu dependencies with "openjdk-16-jre"
To Reproduce
Steps to reproduce the behaviour:
Expected behaviour
The server starts.