express-client.sh 228 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
#!/bin/sh

PKGNAME=express
SUPPORTEDARCHES="x86_64"
#VERSION="$2"
DESCRIPTION="eXpress client from the official site"
URL="https://express.ms/"

. $(dirname $0)/common.sh

PKG="https://express.ms/download/deb"

epm install $PKG