Commit c3f53d1f authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play opera: fix missed eget

parent a53b5202
......@@ -31,7 +31,7 @@ if ! check_url_is_accessible $URL ; then
check_url_is_accessible $URL || fatal "Can't access to Opera CDN site $URL"
fi
PKGBASEURL="$(eget --list --latest $URL/*)"linux
PKGBASEURL="$(epm tool eget --list --latest $URL/*)"linux
PKGURL="$(epm tool eget --list --latest $PKGBASEURL "$(epm print constructname $PKGNAME "*" $arch deb)")" || fatal #"
epm install "$PKGURL" || fatal
exit
......
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