Commit d634e17a authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play portproton: get latest release from github, not fixed version

parent 6cd9477e
......@@ -8,7 +8,7 @@ DESCRIPTION='PortProton (from the repository if the package is there, or from th
res=0
if ! epm install portproton ; then
PKGURL="https://github.com/Castro-Fidel/PortProton_dpkg/releases/download/portproton_1.0-2_amd64/portproton_1.0-2_amd64.deb"
PKGURL="$(eget --list --latest https://github.com/Castro-Fidel/PortProton_dpkg/releases portproton_*amd64.deb)"
epm install $PKGURL
res=$?
fi
......
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