diff --git a/scripts/install.sh b/scripts/install.sh index ab90775..43314a0 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -59,6 +59,9 @@ 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