diff --git a/installers/debian.sh b/installers/debian.sh index a0d6c3f..d589e85 100755 --- a/installers/debian.sh +++ b/installers/debian.sh @@ -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" diff --git a/installers/redhat.sh b/installers/redhat.sh old mode 100644 new mode 100755 index b764f2d..3a4be87 --- a/installers/redhat.sh +++ b/installers/redhat.sh @@ -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"