mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-06-26 15:01:28 +02:00
Merge branch 'feature/KASM-2001_mobile_updates' into 'develop'
KASM-2001 Update KasmVNC with Mobile Updates Closes KASM-2001 See merge request kasm-technologies/internal/workspaces-core-images!27
This commit is contained in:
commit
8d3de12dd5
@ -16,14 +16,14 @@ BUILD_ARCH=$(uname -p)
|
|||||||
|
|
||||||
if [ "${DISTRO}" == "kali" ] ;
|
if [ "${DISTRO}" == "kali" ] ;
|
||||||
then
|
then
|
||||||
BUILD_URL="https://kasmweb-build-artifacts.s3.amazonaws.com/kasmvnc/a9434a300dbf85e65d0e9c212610a487fd10a308/kasmvncserver_kali-rolling_0.9.3_master_a9434a_amd64.deb"
|
BUILD_URL="https://kasmweb-build-artifacts.s3.amazonaws.com/kasmvnc/8c2c0993421639b4ac15985c732850606377742b/kasmvncserver_kali-rolling_0.9.3_master_8c2c09_amd64.deb"
|
||||||
elif [ "${DISTRO}" == "centos" ] ; then
|
elif [ "${DISTRO}" == "centos" ] ; then
|
||||||
BUILD_URL="https://kasmweb-build-artifacts.s3.amazonaws.com/kasmvnc/a9434a300dbf85e65d0e9c212610a487fd10a308/output/centos_core/kasmvncserver-0.9.1~beta-1.el7.x86_64.rpm"
|
BUILD_URL="https://kasmweb-build-artifacts.s3.amazonaws.com/kasmvnc/8c2c0993421639b4ac15985c732850606377742b/output/centos_core/kasmvncserver-0.9.1~beta-1.el7.x86_64.rpm"
|
||||||
else
|
else
|
||||||
if [[ "${BUILD_ARCH}" =~ ^aarch64$ ]] ; then
|
if [[ "${BUILD_ARCH}" =~ ^aarch64$ ]] ; then
|
||||||
BUILD_URL="https://kasmweb-build-artifacts.s3.amazonaws.com/kasmvnc/a9434a300dbf85e65d0e9c212610a487fd10a308/kasmvncserver_bionic_0.9.3_master_a9434a_arm64.deb"
|
BUILD_URL="https://kasmweb-build-artifacts.s3.amazonaws.com/kasmvnc/8c2c0993421639b4ac15985c732850606377742b/kasmvncserver_bionic_0.9.3_master_8c2c09_arm64.deb"
|
||||||
else
|
else
|
||||||
BUILD_URL="https://kasmweb-build-artifacts.s3.amazonaws.com/kasmvnc/a9434a300dbf85e65d0e9c212610a487fd10a308/kasmvncserver_bionic_0.9.3_master_a9434a_libjpeg-turbo-latest_amd64.deb"
|
BUILD_URL="https://kasmweb-build-artifacts.s3.amazonaws.com/kasmvnc/8c2c0993421639b4ac15985c732850606377742b/kasmvncserver_bionic_0.9.3_master_8c2c09_libjpeg-turbo-latest_amd64.deb"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user