From e836fd137a48ab3e8f93b10ec8b62a904e939d45 Mon Sep 17 00:00:00 2001 From: Matthew McClaskey Date: Mon, 5 Feb 2024 21:01:25 +0000 Subject: [PATCH] KASM-5585 Update KAsmVNC to 1.3.0 official --- src/ubuntu/install/kasm_vnc/install_kasm_vnc.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/ubuntu/install/kasm_vnc/install_kasm_vnc.sh b/src/ubuntu/install/kasm_vnc/install_kasm_vnc.sh index 26c93bb..d0e70b0 100644 --- a/src/ubuntu/install/kasm_vnc/install_kasm_vnc.sh +++ b/src/ubuntu/install/kasm_vnc/install_kasm_vnc.sh @@ -13,13 +13,14 @@ prepare_rpm_repo_dependencies() { fi } + echo "Install KasmVNC server" cd /tmp BUILD_ARCH=$(uname -p) UBUNTU_CODENAME="" -COMMIT_ID="a10358b5ca10ef12c377ddac8bacb8c8a6ca31ae" -BRANCH="master" # just use 'release' for a release branch -KASMVNC_VER="1.2.1" +COMMIT_ID="12066abc660de932924b5635913170b3c4ac5f87" +BRANCH="release" # just use 'release' for a release branch +KASMVNC_VER="1.3.0" COMMIT_ID_SHORT=$(echo "${COMMIT_ID}" | cut -c1-6) # Naming scheme is now different between an official release and feature branch