Commit a0586711 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play sing-box: add sing-box universal proxy platform

parent 3ebcad21
#!/bin/sh
PKGNAME=sing-box
SUPPORTEDARCHES="x86_64 aarch64 armhf"
VERSION="$2"
DESCRIPTION="The universal proxy platform (sing-box)"
URL="https://github.com/SagerNet/sing-box"
. $(dirname $0)/common.sh
arch="$(epm print info --debian-arch)"
if [ "$VERSION" = "*" ] ; then
PKGURL=$(get_github_url "https://github.com/SagerNet/sing-box/" "sing-box_${VERSION}_linux_$arch.deb")
else
PKGURL="https://github.com/SagerNet/sing-box/releases/download/v$VERSION/sing-box_${VERSION}_linux_$arch.deb"
fi
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