mirror of
https://github.com/lxc/lxc-templates.git
synced 2025-08-21 12:20:54 +00:00
Compare commits
No commits in common. "74a6743241a800d0ebc46ff7e73f92272a68a11e" and "52cd46def45f2242fc1345d996e48b19c735d6b3" have entirely different histories.
74a6743241
...
52cd46def4
@ -786,7 +786,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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user