mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Xenial to the repository
This commit is contained in:
@@ -241,7 +241,7 @@ addtorepo ()
|
||||
# add all deb files to repository
|
||||
# parameter "remove" dumps all and creates new
|
||||
# function: cycle trough distributions
|
||||
DISTROS=("wheezy" "jessie" "trusty")
|
||||
DISTROS=("wheezy" "jessie" "trusty" "xenial")
|
||||
IFS=" "
|
||||
j=0
|
||||
while [[ $j -lt ${#DISTROS[@]} ]]
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
# This scripts shows packages in local repository
|
||||
|
||||
DISTROS=("wheezy" "jessie" "trusty")
|
||||
DISTROS=("wheezy" "jessie" "trusty" "xenial")
|
||||
|
||||
showall ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user