mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-20 22:01:31 +00:00
Xenial to the repository
This commit is contained in:
parent
56518e8f6b
commit
75e0ba46e1
2 changed files with 2 additions and 2 deletions
|
@ -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[@]} ]]
|
||||||
|
|
|
@ -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 ()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue