Commit 8e84e6ec authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play portproton: install from the repo or repack

parent 753ccead
......@@ -2,12 +2,17 @@
PKGNAME=portproton
SUPPORTEDARCHES="x86_64"
DESCRIPTION='' #"PortProton from the official site"
DESCRIPTION='PortProton (from the repo if exists or from the official site)'
. $(dirname $0)/common.sh
epm pack --install $PKGNAME https://github.com/Castro-Fidel/PortWINE/archive/refs/heads/master.tar.gz
res=$?
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"
epm install $PKGURL
res=$?
fi
#epm pack --install $PKGNAME https://github.com/Castro-Fidel/PortWINE/archive/refs/heads/master.tar.gz
epm play i586-fix
......
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