Add ssh-keyscan dependency (ks-upv/upa/upr/upf)

This commit is contained in:
q3aql 2023-02-13 19:41:22 +01:00
parent c9af167626
commit 035842912e
4 changed files with 4 additions and 4 deletions

View File

@ -659,7 +659,7 @@ function showHelp() {
# for the execution are installed.
function checkDependencies() {
path_check="/usr/bin /bin /usr/local/bin ${HOME}/.local/bin"
dependencies="sshpass expect rsync md5sum scp ssh find grep sed cut head tail cat"
dependencies="sshpass expect rsync md5sum scp ssh find grep sed cut head tail cat ssh-keyscan"
dependencies_found=""
dependencies_not_found=""
for checkPath in ${path_check} ; do

View File

@ -686,7 +686,7 @@ function showHelp() {
# for the execution are installed.
function checkDependencies() {
path_check="/usr/bin /bin /usr/local/bin ${HOME}/.local/bin"
dependencies="sshpass expect rsync md5sum scp ssh find grep sed cut head tail cat"
dependencies="sshpass expect rsync md5sum scp ssh find grep sed cut head tail cat ssh-keyscan"
dependencies_found=""
dependencies_not_found=""
for checkPath in ${path_check} ; do

View File

@ -563,7 +563,7 @@ function showHelp() {
# for the execution are installed.
function checkDependencies() {
path_check="/usr/bin /bin /usr/local/bin ${HOME}/.local/bin"
dependencies="sshpass expect rsync md5sum scp ssh find grep sed cut head tail cat"
dependencies="sshpass expect rsync md5sum scp ssh find grep sed cut head tail cat ssh-keyscan"
dependencies_found=""
dependencies_not_found=""
for checkPath in ${path_check} ; do

View File

@ -659,7 +659,7 @@ function showHelp() {
# for the execution are installed.
function checkDependencies() {
path_check="/usr/bin /bin /usr/local/bin ${HOME}/.local/bin"
dependencies="sshpass expect rsync md5sum scp ssh find grep sed cut head tail cat"
dependencies="sshpass expect rsync md5sum scp ssh find grep sed cut head tail cat ssh-keyscan"
dependencies_found=""
dependencies_not_found=""
for checkPath in ${path_check} ; do