diff --git a/install.sh b/install.sh index e322fcb..8122a01 100755 --- a/install.sh +++ b/install.sh @@ -19,6 +19,10 @@ function install_host { /usr/bin/dpkg-query --status jq >/dev/null 2>&1 [ $? -ne 0 ] && /usr/bin/apt install -y jq + # required packages rsync + /usr/bin/dpkg-query --status rsync >/dev/null 2>&1 + [ $? -ne 0 ] && /usr/bin/apt install -y rsync + if [[ ! $BASEDIR == '/opt/debian-bash' ]]; then # download and filfull /opt/debian-bash, then run it from folder