From d3f172c925fba09e952caf410387d96affbac152 Mon Sep 17 00:00:00 2001 From: pvincent Date: Tue, 4 Jan 2022 20:26:35 +0400 Subject: [PATCH] no more jq rsync required --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 '