From 713b2c12a336f1faa82d3ae1169e66d550d9f3cc Mon Sep 17 00:00:00 2001 From: Andy Bauer Date: Sun, 5 Mar 2017 08:32:52 -0600 Subject: [PATCH] add gdebi as required binary --- utils/packpack/startpackpack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/packpack/startpackpack.sh b/utils/packpack/startpackpack.sh index 095adb53a..055427578 100755 --- a/utils/packpack/startpackpack.sh +++ b/utils/packpack/startpackpack.sh @@ -12,7 +12,7 @@ set -ev # General sanity checks checksanity () { # Check to see if this script has access to all the commands it needs - for CMD in set echo curl repoquery git ln mkdir patch rmdir; do + for CMD in set echo curl repoquery git ln mkdir patch rmdir gdebi; do type $CMD 2>&1 > /dev/null if [ $? -ne 0 ]; then