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

Commit a58c342

Browse files
committed
[v0.5] add fedora 23 support
1 parent 4b62868 commit a58c342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hyper-bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ LINUX_MINT_CODE=(rafaela rebecca qiana)
3030
UBUNTU_CODE=(trusty utopic vivid wily)
3131
DEBIAN_CODE=(jessie wheezy)
3232
CENTOS_VER=(6 7)
33-
FEDORA_VER=(20 21 22)
33+
FEDORA_VER=(20 21 22 23)
3434
#Color Constant
3535
RED=`tput setaf 1`
3636
GREEN=`tput setaf 2`
@@ -399,7 +399,7 @@ COMMENT
399399
set -e
400400
}
401401
install_from_rpm(){
402-
show_message info "Fetch rpm package for centos7...\n"
402+
show_message info "Fetch rpm package for $1...\n"
403403
set +e
404404
${BASH_C} "ping -c 3 -W 2 hyper-install.s3.amazonaws.com >/dev/null 2>&1"
405405
if [ $? -ne 0 ];then

0 commit comments

Comments
 (0)