mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Cosmetic fix: do not show repository keys that doesn't exits
This commit is contained in:
@@ -35,8 +35,6 @@ showall(){
|
|||||||
echo "Displaying common repository contents"
|
echo "Displaying common repository contents"
|
||||||
aptly repo show -with-packages -config="${CONFIG}" common | tail -n +7
|
aptly repo show -with-packages -config="${CONFIG}" common | tail -n +7
|
||||||
for release in "${DISTROS[@]}"; do
|
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"
|
echo "Displaying repository contents for $release-utils"
|
||||||
aptly repo show -with-packages -config="${CONFIG}" "${release}-utils" | tail -n +7
|
aptly repo show -with-packages -config="${CONFIG}" "${release}-utils" | tail -n +7
|
||||||
echo "Displaying repository contents for $release-desktop"
|
echo "Displaying repository contents for $release-desktop"
|
||||||
|
|||||||
Reference in New Issue
Block a user