You need to sign in or sign up before continuing.
aksusbd.sh 1007 Bytes
Newer Older
1 2 3
#!/bin/sh

PKGNAME=aksusbd
4
SUPPORTEDARCHES="x86_64 x86 aarch64 armhf"
5
VERSION="$2"
6 7 8 9
DESCRIPTION="Sentinel LDK daemon (HASP) from the official site"

. $(dirname $0)/common.sh

10 11
warn_version_is_not_supported

12
# Site: https://supportportal.gemalto.com/csm?id=kb_category&kb_category=f9ae29a44fb2c304873b69d18110c764
13

14
# 8.53 version
15 16 17 18 19 20 21
#PKGURL="https://supportportalsirius.thalesgroup.com/Files%2F01954629db5ea78cfe0aff3dbf9619a0%2FSentinel_LDK_Linux_Run-time_Installer_script.tar.gz?Expires=1681977609125&KeyName=sirius-prod-signing-key&Signature=KGaEmanTGXEeN7Aop4dg5EqOgKY"

# Sentinel LDK Linux Runtime Installer Script 9.15
#PKGURL="https://supportportalsirius.thalesgroup.com/Files%2F01954629db5ea78cfe0aff3dbf9619a0%2FSentinel_LDK_Linux_Run-time_Installer_script.tar.gz?Expires=1711995112418&KeyName=sirius-prod-signing-key&Signature=z4B1KnPQtvp2oCSw2ulMGDLcwws"
PKGURL="ipfs://QmXkf4Wz9wSSqpGbLyebwYVtZ5PTYcNM12g4FtzXjDQiX4?filename=Sentinel_LDK_Linux_Run-time_Installer_script.tar.gz"

install_pack_pkgurl