add gdebi as required binary
This commit is contained in:
parent
6ec3a29f3e
commit
713b2c12a3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue