mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Whoops, fixed UPDATE_URL to use the master branch.
Conflicts: installers/debian.sh installers/redhat.sh
This commit is contained in:
parent
235e8aebdc
commit
12dfb5a1c9
@ -1,4 +1,4 @@
|
||||
UPDATE_URL="https://raw.github.com/marcuswhybrow/minecraft-server-manager/latest"
|
||||
UPDATE_URL="https://raw.github.com/marcuswhybrow/minecraft-server-manager/master"
|
||||
wget -q ${UPDATE_URL}/installers/common.sh -O /tmp/msmcommon.sh
|
||||
source /tmp/msmcommon.sh && rm -f /tmp/msmcommon.sh
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
UPDATE_URL="https://raw.github.com/marcuswhybrow/minecraft-server-manager/latest"
|
||||
UPDATE_URL="https://raw.github.com/marcuswhybrow/minecraft-server-manager/master"
|
||||
wget -q ${UPDATE_URL}/installers/common.sh -O /tmp/msmcommon.sh
|
||||
source /tmp/msmcommon.sh && rm -f /tmp/msmcommon.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user