Browse Source

no more jq rsync required

master
pvincent 3 years ago
parent
commit
d3f172c925
  1. 3
      install.sh

3
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 <CT_NAME>'

Loading…
Cancel
Save