Whoops, fixed UPDATE_URL to use the master branch.

Conflicts:
	installers/debian.sh
	installers/redhat.sh
This commit is contained in:
Dave Fallon 2013-06-09 21:21:05 -07:00
parent 235e8aebdc
commit 12dfb5a1c9
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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