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

Commit 66e3350

Browse files
committed
Merge pull request #9 from linfan/wily-support
Add ubuntu wily (15.10) support
2 parents 7b48751 + ee2c2b1 commit 66e3350

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hyper-bootstrap-xen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SUPPORT_EMAIL="support@hyper.sh"
2020
########## Constant ##########
2121
SUPPORT_DISTRO=(debian ubuntu fedora centos linuxmint)
2222
LINUX_MINT_CODE=(rafaela rebecca qiana)
23-
UBUNTU_CODE=(trusty utopic vivid)
23+
UBUNTU_CODE=(trusty utopic vivid wily)
2424
DEBIAN_CODE=(jessie wheezy)
2525
CENTOS_VER=(6 7)
2626
FEDORA_VER=(20 21 22)

hyper-bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ SUPPORT_EMAIL="support@hyper.sh"
2020
########## Constant ##########
2121
SUPPORT_DISTRO=(debian ubuntu fedora centos linuxmint)
2222
LINUX_MINT_CODE=(rafaela rebecca qiana)
23-
UBUNTU_CODE=(trusty utopic vivid)
23+
UBUNTU_CODE=(trusty utopic vivid wily)
2424
DEBIAN_CODE=(jessie wheezy)
2525
CENTOS_VER=(6 7)
2626
FEDORA_VER=(20 21 22)

0 commit comments

Comments
 (0)