From d5e0555978b1433da96db98f906d20f82e45d265 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Fri, 25 Mar 2016 18:07:51 +0100 Subject: [PATCH] Added Ubuntu Xenial Xerus to the menu --- main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.sh b/main.sh index cec3f4c22d..92d9327162 100644 --- a/main.sh +++ b/main.sh @@ -93,8 +93,8 @@ if [ "$KERNEL_ONLY" != "yes" ]; then if [ "$RELEASE" == "" ]; then IFS=";" declare -a MYARRAY=('wheezy' 'Debian 7 Wheezy | oldstable' 'jessie' 'Debian 8 Jessie | stable' \ - 'trusty' 'Ubuntu Trusty Tahr 14.04.x LTS'); - MYPARAMS=( --title "Choose a distribution" --backtitle $backtitle --menu "\n Root file system:" 10 60 3 ) + 'trusty' 'Ubuntu Trusty Tahr 14.04.x LTS | stable' 'xenial' 'Ubuntu Xenial Xerus 16.04.x LTS | testing'); + MYPARAMS=( --title "Choose a distribution" --backtitle $backtitle --menu "\n Root file system:" 11 66 4 ) i=0; j=1 while [[ $i -lt ${#MYARRAY[@]} ]]; do MYPARAMS+=( "${MYARRAY[$i]}" " ${MYARRAY[$j]}" )