1
0
mirror of synced 2026-01-21 09:53:08 +00:00

2006-05-23 17:55:47 by steve

Try to install twice.  This helps (???)
This commit is contained in:
steve 2006-05-23 17:55:47 +00:00
parent 116a154de2
commit d8cd8b84c0

View File

@ -18,6 +18,7 @@ if [ "${rpmstrap}" ]; then
#
if [[ -x ${prefix}/usr/bin/yum ]]; then
chroot ${prefix}/usr/bin/yum -y install openssh-server
chroot ${prefix}/usr/bin/yum -y install openssh-server
else
echo "I don't know how to install OpenSSH for your distro."
fi