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

Commit b7857b5

Browse files
committed
[v0.5] use dnf in fedora23
1 parent a58c342 commit b7857b5

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
@@ -430,7 +430,7 @@ install_from_rpm(){
430430
else
431431
_ACT="install"
432432
fi
433-
${BASH_C} "yum ${_ACT} ${S3_URL}/${FC23_HYPERSTART}.rpm ${S3_URL}/${FC23_HYPER}.rpm"
433+
${BASH_C} "dnf ${_ACT} ${S3_URL}/${FC23_HYPERSTART}.rpm ${S3_URL}/${FC23_HYPER}.rpm"
434434
;;
435435
*) show_message error "rpm install support centos7 & fedora23 only"; exit 1;;
436436
esac

0 commit comments

Comments
 (0)