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

epm play: add forticlient

parent 03019bed
#!/bin/sh
PKGNAME=forticlient
SUPPORTEDARCHES="x86_64"
VERSION="$2"
DESCRIPTION="FortiClient from the official site"
URL="https://www.fortinet.com/support/product-downloads"
. $(dirname $0)/common.sh
warn_version_is_not_supported
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=forticlient
# TODO: get latest version
VERSION="7.4.3.1736"
arch="amd64"
PKGURL="https://repo.fortinet.com/repo/forticlient/7.4/ubuntu22/pool/non-free/f/forticlient/forticlient_${VERSION}_$arch.deb"
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