mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Added Ubuntu Xenial Xerus to the menu
This commit is contained in:
4
main.sh
4
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]}" )
|
||||
|
||||
Reference in New Issue
Block a user