Commit 7b1faab9 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play rstudio: fix getting download url

parent 3fdd8d5b
......@@ -58,6 +58,6 @@ case $(epm print info -e) in
esac
PKGMASK="$(epm print constructname $PKGNAME "$VERSION" $arch $pkgtype "-" "-")"
PKGURL="$(eget --list https://posit.co/download/rstudio-desktop/ "$PKGMASK" | grep "$PKGFILTER")"
PKGURL="$(eget --list --latest https://posit.co/download/rstudio-desktop/ "$PKGMASK" | grep "$PKGFILTER")"
install_pkgurl
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