mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 18:22:47 +01:00
originally had sshpass package install reveresed, fixed it here
This commit is contained in:
@@ -128,9 +128,9 @@ if [[ -f automation/$automation && $(basename $automation) == $automation ]]; th
|
|||||||
if [[ ! $is_iso ]]; then
|
if [[ ! $is_iso ]]; then
|
||||||
echo "Installing sshpass for automated testing." >> $setup_log 2>&1
|
echo "Installing sshpass for automated testing." >> $setup_log 2>&1
|
||||||
if [ "$OS" == ubuntu ]; then
|
if [ "$OS" == ubuntu ]; then
|
||||||
yum -y install sshpass >> $setup_log 2>&1
|
|
||||||
else
|
|
||||||
apt-get -y install sshpass >> $setup_log 2>&1
|
apt-get -y install sshpass >> $setup_log 2>&1
|
||||||
|
else
|
||||||
|
yum -y install sshpass >> $setup_log 2>&1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user