msm/installers
João Pedro Almeida 52f26a6911
Fix non-interactive install, and java, software-properties-common, sudo and wget dependencies (#1)
* 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
2022-07-25 01:34:02 +01:00
..
arch.sh Fix non-interactive install, and java, software-properties-common, sudo and wget dependencies (#1) 2022-07-25 01:34:02 +01:00
common.sh Fix non-interactive install, and java, software-properties-common, sudo and wget dependencies (#1) 2022-07-25 01:34:02 +01:00
debian.sh Fix non-interactive install, and java, software-properties-common, sudo and wget dependencies (#1) 2022-07-25 01:34:02 +01:00
install.sh Updated links for movement of repo, as discussed in #291. Although the links still work without issue, forwarded from the old address, I don't want to make the assumption this will continue into the future. 2015-07-15 16:36:16 +00:00
redhat.sh Fix non-interactive install, and java, software-properties-common, sudo and wget dependencies (#1) 2022-07-25 01:34:02 +01:00