From e2fa3d6473a42f77c1886fa2bbc6cf574e9b7f58 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Sat, 7 Mar 2020 22:26:37 -0500 Subject: [PATCH] platform dir --- scripts/install.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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