mirror of https://github.com/armbian/build.git
Cosmetic fix: do not show repository keys that doesn't exits
This commit is contained in:
parent
3980fc42ac
commit
c91668e645
|
@ -35,8 +35,6 @@ showall(){
|
|||
echo "Displaying common repository contents"
|
||||
aptly repo show -with-packages -config="${CONFIG}" common | tail -n +7
|
||||
for release in "${DISTROS[@]}"; do
|
||||
echo "Displaying repository contents for $release"
|
||||
aptly repo show -with-packages -config="${CONFIG}" "${release}" | tail -n +7
|
||||
echo "Displaying repository contents for $release-utils"
|
||||
aptly repo show -with-packages -config="${CONFIG}" "${release}-utils" | tail -n +7
|
||||
echo "Displaying repository contents for $release-desktop"
|
||||
|
|
Loading…
Reference in New Issue