sshpass install

This commit is contained in:
minkuk
2016-09-28 10:58:37 +00:00
parent 52e51fa3a2
commit 179285083d
2 changed files with 3 additions and 3 deletions

View File

@@ -3,8 +3,10 @@
#version check
if grep centos /etc/*-release; then
echo "os : centos, use yum"
sudo apt-get install sshpass
elif grep ubuntu /etc/*-release; then
echo "os : ubuntu, use apt-get install"
yum install sshpass
fi
# setup