hansoft-client.sh 299 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#!/bin/sh

PKGNAME=hansoft
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="Hansoft client from the official site"

. $(dirname $0)/common.sh

# TODO
[ "$VERSION" = "*" ] && VERSION="11.1028"

VERSION="${VERSION/\./_}"

PKG="https://cache.hansoft.com/hansoft_${VERSION}_x64.deb"

epm install $PKG