1
0
mirror of https://github.com/lxc/lxc-templates.git synced 2025-08-21 12:20:54 +00:00

Compare commits

..

1 Commits

Author SHA1 Message Date
zhaixiaojuan@loongson.cn
ec74d69e86
Merge e0d8f58995d58e4bcd337e80e37ba1ebe29558a2 into 52cd46def45f2242fc1345d996e48b19c735d6b3 2023-10-31 07:22:31 +00:00

View File

@ -793,7 +793,7 @@ if [ "$arch" = "x86_64" ]; then
fi
release_file=${MIRROR}/dists/${release}/main/binary-${arch}/Release
release_file=${DEBIAN_MIRROR}/dists/${release}/main/binary-${arch}/Release
if ! wget -q -O /dev/null "${release_file}"; then
if [ "${release}" = unstable ] || [ "${release}" = sid ]; then
echo "${arch}/${release} not available on mirror, trying debian ports"