diff --git a/scripts/run.sh b/scripts/run.sh index 4384515..288aa7a 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -26,7 +26,7 @@ if [ ! "$BASH_VERSION" ]; then fi cd "$(dirname "$0")" || exit 1 -./install_deps.sh +./install_deps.sh || exit 1 WHIPTAIL=$(command -v whiptail 2>/dev/null) DIALOG=$(command -v dialog 2>/dev/null)