msmhq / msm

An init script for managing Minecraft servers
http://msmhq.com
GNU General Public License v3.0
1.22k stars 225 forks source link

Fix non-interactive install, and java, software-properties-common, sudo and wget dependencies #442

Closed Touratica closed 1 year ago

Touratica commented 2 years ago

Fixes: apt waits for user input when installing dependencies #439

Fixes: Installer assumes system has sudo and wget installed #440

The script will install openjdk-17-jre-headless if java isn't installed already. The choice for version 17 was motivated by the fact it is the latest LTS version and also that it is required for running Minecraft 1.18 and above.

Fixes: Make java an MSM installation dependency? #295

The Debian script now installs software-properties-common if not installed, so it can use add-apt-repository.

Fixes: Installer assumes software-properties-common is installed on debian system #441

endofcake commented 1 year ago

Thank you for fixing these issues @Touratica .