From da5a277f5217b812ab09dbb102aae5ce63dc81b8 Mon Sep 17 00:00:00 2001 From: Joe Prochazka Date: Tue, 22 Dec 2015 20:13:54 -0500 Subject: [PATCH] Check that whiptail is installed. --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index c0bf88a..49661d2 100755 --- a/install.sh +++ b/install.sh @@ -173,6 +173,9 @@ function InstallWebPortal() { ############# ## WHIPTAIL +# Check that whiptail is installed. +CheckPackage whiptail + ## ## MESSAGES ##