Commit 14c85d0a authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play rudesktop: repack for ALT

parent 81f01fff
......@@ -16,10 +16,12 @@ esac
[ "$VERSION" = "*" ] && VERSION="[0-9]*"
repack=''
# change package name for downloading
case "$(epm print info -s)" in
alt)
PKGNAME=rudesktop-alt
repack='--repack'
;;
esac
......@@ -32,5 +34,5 @@ case "$(epm print info -p)" in
;;
esac
PKGURL=https://rudesktop.ru/download/$PKGNAME-amd64.$pkgtype
epm install $PKGURL
PKGURL="https://rudesktop.ru/download/$PKGNAME-amd64.$pkgtype"
epm install $repack $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