diff --git a/etc/hook.d/70-install-ssh b/etc/hook.d/70-install-ssh index 812aa50..85202e1 100755 --- a/etc/hook.d/70-install-ssh +++ b/etc/hook.d/70-install-ssh @@ -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