From 2778d88e8acfdb40d4ad885903e5f9b54c56ac25 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Wed, 12 Jul 2017 00:12:54 -0700 Subject: [PATCH] Fix missing `then` clause --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 419ad10e..74e2a61d 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -1217,7 +1217,7 @@ install_dependent_packages() { # amount of download traffic. # NOTE: We may be able to use this installArray in the future to create a list of package that were # installed by us, and remove only the installed packages, and not the entire list. - if command -v debconf-apt-progress &> /dev/null; + if command -v debconf-apt-progress &> /dev/null; then # For each package, for i in "${argArray1[@]}"; do echo -ne " ${INFO} Checking for $i..."