Browse Source

placement

merge-requests/80/head
Steven Foerster 5 years ago
parent
commit
0c3fac3df3
  1. 7
      scripts/install.sh

7
scripts/install.sh

@ -59,9 +59,6 @@ echo -e "| | | | \__ \ |_| |_) | (_) | | | | | |" @@ -59,9 +59,6 @@ echo -e "| | | | \__ \ |_| |_) | (_) | | | | | |"
echo -e "|_| |_|_|___/\__|_.__/ \___/|_| |_| |_|"
echo -e ""
echo "Checking updates"
source ./scripts/subinstallers/check_updates.sh
sudo rm -rf /opt/mistborn 2>/dev/null || true
# clone to /opt and change directory
@ -72,6 +69,10 @@ pushd . @@ -72,6 +69,10 @@ pushd .
cd /opt/mistborn
git submodule update --init --recursive
# Check updates
echo "Checking updates"
source ./scripts/subinstallers/check_updates.sh
# MISTBORN_DEFAULT_PASSWORD
source ./scripts/subinstallers/passwd.sh

Loading…
Cancel
Save