Commit a2ce44c4 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play vivaldi: fix download (ALT bug 42477)

parent 5d64129c
......@@ -28,6 +28,9 @@ esac
# https://repo.vivaldi.com/archive/rpm/x86_64/
# epm uses eget to download * names
epm install "https://repo.vivaldi.com/archive/deb/pool/main/$(epm print constructname $PKGNAME "*" $arch deb)"
#epm install "https://repo.vivaldi.com/archive/deb/pool/main/$(epm print constructname $PKGNAME "*" $arch deb)"
PKGURL="$($EGET --list --latest https://vivaldi.com/ru/download "$(epm print constructname $PKGNAME "*" $arch deb)")" || fatal
epm install $PKGURL || fatal
epm play vivaldi-codecs-ffmpeg-extra $BRANCH
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