diff --git a/installers/debian.sh b/installers/debian.sh index 4ddb8db..aa2cb0d 100755 --- a/installers/debian.sh +++ b/installers/debian.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 diff --git a/installers/redhat.sh b/installers/redhat.sh index 3a7ccbf..17a73ba 100755 --- a/installers/redhat.sh +++ b/installers/redhat.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