We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abdc13c commit a39e194Copy full SHA for a39e194
1 file changed
installers/common.sh
@@ -144,6 +144,12 @@ function update_msm() {
144
sudo /etc/init.d/msm update --noinput
145
}
146
147
+# Updates rest of MSM using init script updater
148
+function setup_jargroup() {
149
+ install_log "Setup default jar groups"
150
+ sudo /etc/init.d/msm jargroup create minecraft https://s3.amazonaws.com/MinecraftDownload/launcher/minecraft_server.jar
151
+}
152
+
153
function install_complete() {
154
install_log "Done. Type 'msm help' to get started. Have fun!"
155
@@ -162,5 +168,6 @@ function install_msm() {
162
168
install_init
163
169
enable_init
164
170
update_msm
171
+ setup_jargroup
165
172
install_complete
166
173
0 commit comments