mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-18 21:01:26 +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
|
||||
# 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 ()
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue