Skip to content

Commit 3f0c9e5

Browse files
committed
fix typo in sles path, add ubuntu 25.10 questing
1 parent e40e78b commit 3f0c9e5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scripts/packages/package-check.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ done
110110

111111
# Aggregate all URIs to fetch
112112
uris=(
113-
# ${DEBIAN[@]}
114-
# ${UBUNTU[@]}
115-
# ${CENTOS[@]}
116-
# ${APK[@]}
117-
# ${AMZN[@]}
113+
${DEBIAN[@]}
114+
${UBUNTU[@]}
115+
${CENTOS[@]}
116+
${APK[@]}
117+
${AMZN[@]}
118118
${SUSE[@]}
119119
)
120120

0 commit comments

Comments
 (0)