diff options
| -rwxr-xr-x | debian/leap-madison.sh | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/debian/leap-madison.sh b/debian/leap-madison.sh index 9e2ca9e..adf9293 100755 --- a/debian/leap-madison.sh +++ b/debian/leap-madison.sh @@ -22,7 +22,7 @@ name=$1  [ -z "$name" ] && usage  # Platform -for dist in jessie stretch buster sid +for dist in jessie stretch  do    for component in master snapshots staging 0.10    do @@ -33,7 +33,7 @@ done  echo  # Client -for dist in jessie stretch xenial yakkety +for dist in jessie stretch buster sid xenial yakkety  do    for component in master snapshots staging    do | 
