diff --git a/scripts/install.sh b/scripts/install.sh index 9addae5..13dfdfa 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -57,9 +57,6 @@ echo -e "| | | | \__ \ |_| |_) | (_) | | | | | |" echo -e "|_| |_|_|___/\__|_.__/ \___/|_| |_| |_|" echo -e "" -# get os and distro -source ./scripts/subinstallers/platform.sh - # INPUT default admin password if [ -z "${MISTBORN_DEFAULT_PASSWORD}" ]; then read -p "(Mistborn) Set default admin password: " -s MISTBORN_DEFAULT_PASSWORD @@ -89,6 +86,10 @@ pushd . cd /opt/mistborn git submodule update --init --recursive +# get os and distro +source ./scripts/subinstallers/platform.sh + + # iptables echo "Setting up firewall (iptables)" if [ ! -f "/etc/iptables/rules.v4" ]; then