Commit 431fdc42 by Renich Bon Ciric Committed by Stéphane Graber

Update lxc-fedora.in

Fedora 19's release has no -1 revision; it's a -2 revision actually: ftp://mirrors.kernel.org/fedora/releases/19/Fedora/x86_64/os/Packages/f/Signed-off-by: 's avatarRenich Bon Ciric <renich@woralelandia.com> Acked-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent 99282c42
......@@ -237,7 +237,9 @@ download_fedora()
# This will fall through if we didn't get any URLS above
for MIRROR_URL in ${MIRROR_URLS}
do
if [ "$release" -gt "16" ]; then
if [ "$release" -eq "19" ]; then
RELEASE_URL="$MIRROR_URL/Packages/f/fedora-release-$release-2.noarch.rpm"
elif [ "$release" -gt "16" ]; then
RELEASE_URL="$MIRROR_URL/Packages/f"
else
RELEASE_URL="$MIRROR_URL/Packages/"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment