|
|
|
@ -18,7 +18,7 @@ ubuntu=${ubuntu:-"wily vivid trusty precise"} |
|
|
|
|
debian=${debian:-"jessie wheezy squeeze sid"} |
|
|
|
|
distros="${ubuntu} ${debian}" |
|
|
|
|
tmpdir=${tmpdir:-"/var/tmp"} |
|
|
|
|
packages=(${packages:-"python-software-properties|software-properties-common" "apt-transport-https dpkg-dev lsb-release"}) |
|
|
|
|
packages=(${packages:-"python-software-properties software-properties-common|software-properties-common|python-software-properties" "apt-transport-https dpkg-dev lsb-release"}) |
|
|
|
|
|
|
|
|
|
for arch in ${archs}; do |
|
|
|
|
for distro in ${distros}; do |
|
|
|
|