diff --git a/install.sh b/install.sh index 0bc237f..784ac66 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,8 @@ CURDIR=$PWD # shellcheck disable=SC1091 -REQUIRED_PKGS=(jq rsync file git) +# REQUIRED_PKGS=(jq rsync file git) +REQUIRED_PKGS=(file git) function usage() { echo 'usage: --host | --containers | --full | --one-container '