mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
Tidy up sourcing code
This commit is contained in:
parent
b070eeb4d1
commit
af7f7de77a
@ -1,6 +1,5 @@
|
||||
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
|
||||
source /tmp/msmcommon.sh && rm -f /tmp/msmcommon.sh
|
||||
|
||||
function update_system_packages() {
|
||||
install_log "Updating sources"
|
||||
|
3
installers/redhat.sh
Normal file → Executable file
3
installers/redhat.sh
Normal file → Executable file
@ -1,6 +1,5 @@
|
||||
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
|
||||
source /tmp/msmcommon.sh && rm -f /tmp/msmcommon.sh
|
||||
|
||||
function update_system_packages() {
|
||||
install_log "Updating sources"
|
||||
|
Loading…
Reference in New Issue
Block a user