Commit dd5a0e9f authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play aksusbd: add new version (10.21)

parent 7d90e96b
...@@ -7,14 +7,25 @@ DESCRIPTION="Sentinel LDK daemon (HASP) from the official site" ...@@ -7,14 +7,25 @@ DESCRIPTION="Sentinel LDK daemon (HASP) from the official site"
. $(dirname $0)/common.sh . $(dirname $0)/common.sh
warn_version_is_not_supported
# Site: https://supportportal.gemalto.com/csm?id=kb_category&kb_category=f9ae29a44fb2c304873b69d18110c764 # Site: https://supportportal.gemalto.com/csm?id=kb_category&kb_category=f9ae29a44fb2c304873b69d18110c764
# Sentinel LDK Linux Runtime Installer Script 10.14 case "$VERSION" in
PKGURL="ipfs://QmTu5yGU6tqNA7Sh8BMtCsW3pLW3AMAcYcBv6ZwkmpLe8w?filename=Sentinel_LDK_Linux_Run-time_Installer_script.tar.gz" 10.14)
# Sentinel LDK Linux Runtime Installer Script 10.14
install_pack_pkgurl || exit PKGURL="ipfs://QmTu5yGU6tqNA7Sh8BMtCsW3pLW3AMAcYcBv6ZwkmpLe8w?filename=Sentinel_LDK_Linux_Run-time_Installer_script.tar.gz"
checksum="md5hash:f1c7c7f3a6d6647713b7df84abbb6a09"
;;
*)
# Sentinel LDK Linux Runtime Installer Script 10.21
PKGURL="ipfs://QmYE9yzRGnTMRh5NBsrSG3sxgCAVE4EMYnpJ9vAhhprQcq?filename=Sentinel_LDK_Linux_Run-time_Installer_script.tar.gz"
checksum="md5hash:3855b9b2e3ca3077f5e1efec6b2ccb84"
;;
"*")
fatal "Unsupported version aksusbd $VERSION"
;;
esac
install_pack_pkgurl "" $checksum || exit
# TODO: move to the package? # TODO: move to the package?
serv aksusbd try-restart serv aksusbd try-restart
......
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