Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Apr 29, 2023

Conversation

Touratica
Copy link
Contributor

  • Set dependency installation as non-interactive

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

  • Add sudo and wget as dependencies

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

  • Add openjdk-17-jre-headless as dependency

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

  • Add software-properties-common as dependency

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

  • Fix broken whitespace

…do and wget dependencies (#1)

* Set dependency installation as non-interactive

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

* Add sudo and wget as dependencies

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

* Add openjdk-17-jre-headless as dependency

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? msmhq#295

* Add software-properties-common as dependency

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 msmhq#441

* Fix broken whitespace
@endofcake
Copy link
Contributor

Thank you for fixing these issues @Touratica .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants