Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit c725595

Browse files
committed
Update hyper-bootstrap.sh
1 parent b7857b5 commit c725595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hyper-bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ install_from_rpm(){
418418
else
419419
_ACT="install"
420420
fi
421-
${BASH_C} "yum ${_ACT} ${S3_URL}/${CENTOS7_QEMU_HYPER}.rpm ${S3_URL}/${CENTOS7_HYPERSTART}.rpm ${S3_URL}/${CENTOS7_HYPER}.rpm"
421+
${BASH_C} "yum ${_ACT} -y ${S3_URL}/${CENTOS7_QEMU_HYPER}.rpm ${S3_URL}/${CENTOS7_HYPERSTART}.rpm ${S3_URL}/${CENTOS7_HYPER}.rpm"
422422
;;
423423
fedora23)
424424
rpm -qa | grep ${FC23_HYPER} > /dev/null 2>&1

0 commit comments

Comments
 (0)