mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Switch to download and source common.sh method again
This commit is contained in:
parent
014ef73ed2
commit
b070eeb4d1
@ -1,4 +1,6 @@
|
||||
source <(wget -qO- https://raw.github.com/marcuswhybrow/minecraft-server-manager/master/installers/common.sh)
|
||||
wget -q https://raw.github.com/marcuswhybrow/minecraft-server-manager/master/installers/common.sh -O /tmp/msmcommon.sh
|
||||
source /tmp/msmcommon.sh
|
||||
rm -f /tmp/msmcommon.sh
|
||||
|
||||
function update_system_packages() {
|
||||
install_log "Updating sources"
|
||||
|
@ -1,4 +1,6 @@
|
||||
source <(wget -qO- https://raw.github.com/marcuswhybrow/minecraft-server-manager/master/installers/common.sh)
|
||||
wget -q https://raw.github.com/marcuswhybrow/minecraft-server-manager/master/installers/common.sh -O /tmp/msmcommon.sh
|
||||
source /tmp/msmcommon.sh
|
||||
rm -f /tmp/msmcommon.sh
|
||||
|
||||
function update_system_packages() {
|
||||
install_log "Updating sources"
|
||||
|
Loading…
x
Reference in New Issue
Block a user