Skip to content
Snippets Groups Projects
Verified Commit 4461c0d9 authored by Michal Hrusecky's avatar Michal Hrusecky :mouse:
Browse files

lxc-generator: Fix omnia URL

parent f6c57d34
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ get_gentoo_url() {
}
get_omnia_url() {
REL="`wget -O - https://api.turris.cz/openwrt-repo/omnia/ | sed -n 's|.*>\(omnia-medkit[^<]*gz\)<.*|\1|p'`"
REL="`wget -O - https://api.turris.cz/openwrt-repo/omnia/ | sed -n 's|.*>\(omnia-medkit-2[^<]*gz\)<.*|\1|p'`"
echo "https://api.turris.cz/openwrt-repo/omnia/$REL"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment