add gdebi as required binary

This commit is contained in:
Andy Bauer 2017-03-05 08:32:52 -06:00
parent 6ec3a29f3e
commit 713b2c12a3
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ set -ev
# General sanity checks # General sanity checks
checksanity () { checksanity () {
# Check to see if this script has access to all the commands it needs # 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 type $CMD 2>&1 > /dev/null
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then