Commit 98f79f63 authored by Valentin Pechenov's avatar Valentin Pechenov Committed by Vitaly Lipatov

epm play: fix hiddify

parent 67a6fb35
......@@ -15,6 +15,6 @@ if [ "$VERSION" = "*" ] ; then
VERSION="$(eget --get-real-url -O- https://github.com/hiddify/hiddify-next/releases/latest | awk -F '/' '{print $(NF)}' | awk -F 'v' '{print $2}')"
fi
PKGURL=$(eget --list --latest https://github.com/hiddify/hiddify-next/releases/tag/v$VERSION "Hiddify-Debian-x64.deb")
PKGURL="https://github.com/hiddify/hiddify-next/releases/download/v$VERSION/Hiddify-Debian-x64.deb"
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