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:
@ -1,6 +1,5 @@
|
|||||||
wget -q https://raw.github.com/marcuswhybrow/minecraft-server-manager/master/installers/common.sh -O /tmp/msmcommon.sh
|
wget -q https://raw.github.com/marcuswhybrow/minecraft-server-manager/master/installers/common.sh -O /tmp/msmcommon.sh
|
||||||
source /tmp/msmcommon.sh
|
source /tmp/msmcommon.sh && rm -f /tmp/msmcommon.sh
|
||||||
rm -f /tmp/msmcommon.sh
|
|
||||||
|
|
||||||
function update_system_packages() {
|
function update_system_packages() {
|
||||||
install_log "Updating sources"
|
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
|
wget -q https://raw.github.com/marcuswhybrow/minecraft-server-manager/master/installers/common.sh -O /tmp/msmcommon.sh
|
||||||
source /tmp/msmcommon.sh
|
source /tmp/msmcommon.sh && rm -f /tmp/msmcommon.sh
|
||||||
rm -f /tmp/msmcommon.sh
|
|
||||||
|
|
||||||
function update_system_packages() {
|
function update_system_packages() {
|
||||||
install_log "Updating sources"
|
install_log "Updating sources"
|
||||||
|
Reference in New Issue
Block a user