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

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

Closed Touratica closed 1 year ago

Touratica commented 2 years ago

When installing on a debian-based system, the installer assumes the system has software-properties-common already installed. If not, the script will just error out, because add-apt-repository doesn't exist. I think it should install it as a dependency.

endofcake commented 1 year ago

Fix merged in #442 .