Xenial to the repository

This commit is contained in:
Igor Pecovnik 2016-05-23 20:07:05 +02:00
parent 56518e8f6b
commit 75e0ba46e1
2 changed files with 2 additions and 2 deletions

View file

@ -241,7 +241,7 @@ addtorepo ()
# add all deb files to repository # add all deb files to repository
# parameter "remove" dumps all and creates new # parameter "remove" dumps all and creates new
# function: cycle trough distributions # function: cycle trough distributions
DISTROS=("wheezy" "jessie" "trusty") DISTROS=("wheezy" "jessie" "trusty" "xenial")
IFS=" " IFS=" "
j=0 j=0
while [[ $j -lt ${#DISTROS[@]} ]] while [[ $j -lt ${#DISTROS[@]} ]]

View file

@ -11,7 +11,7 @@
# This scripts shows packages in local repository # This scripts shows packages in local repository
DISTROS=("wheezy" "jessie" "trusty") DISTROS=("wheezy" "jessie" "trusty" "xenial")
showall () showall ()
{ {