diff --git a/general.sh b/general.sh index f2a67aebe..33b2c1d52 100644 --- a/general.sh +++ b/general.sh @@ -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[@]} ]] diff --git a/repo-show.sh b/repo-show.sh index 9812bf857..f526e1235 100644 --- a/repo-show.sh +++ b/repo-show.sh @@ -11,7 +11,7 @@ # This scripts shows packages in local repository -DISTROS=("wheezy" "jessie" "trusty") +DISTROS=("wheezy" "jessie" "trusty" "xenial") showall () {