distrocheck

This commit is contained in:
Michael Stanclift 2020-05-30 21:33:54 -05:00
parent 210cd53a1c
commit 7ac49933b4

View File

@ -661,6 +661,8 @@ function detect_ssh {
MESSAGE="${PROGRAM} requires SSH be installed"
echo_info
distro_check
MESSAGE="Installing SSH"
echo_stat
${PKG_INSTALL} ssh >/dev/null 2>&1
@ -678,6 +680,8 @@ function detect_ssh {
MESSAGE="${PROGRAM} requires RSYNC be installed"
echo_info
distro_check
MESSAGE="Installing RSYNC"
echo_stat
${PKG_INSTALL} rsync >/dev/null 2>&1