From 1849244d242af4f71c42d662b257206172520070 Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Sun, 2 May 2021 21:41:27 -0400 Subject: [PATCH] check updates --- scripts/install.sh | 3 +++ 1 file changed, 3 insertions(+) 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