mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2026-07-17 16:37:15 +00:00
Bring KasmVNC to tip of master
This commit is contained in:
parent
d51be52b1a
commit
ae6d0bfc5d
1 changed files with 3 additions and 3 deletions
|
|
@ -10,13 +10,13 @@ prepare_rpm_repo_dependencies() {
|
|||
dnf install -y oracle-epel-release-el9
|
||||
fi
|
||||
}
|
||||
# https://kasmweb-build-artifacts.s3.amazonaws.com/kasmvnc/7180cb8989867f532234a9ca11b2249c3363cd0c/kasmvncserver_bookworm_1.4.1_feature_VNC-151-investigate-tiger-vnc-h-264-encode-decoder2-color-conversion_367266_amd64.deb
|
||||
|
||||
echo "Install KasmVNC server"
|
||||
cd /tmp
|
||||
BUILD_ARCH=$(uname -m)
|
||||
UBUNTU_CODENAME=""
|
||||
COMMIT_ID="7180cb8989867f532234a9ca11b2249c3363cd0c"
|
||||
BRANCH="feature_VNC-151-investigate-tiger-vnc-h-264-encode-decoder2-color-conversion" # just use 'release' for a release branch
|
||||
COMMIT_ID="0a64d3381cf2ebfb53685c9c9c804e8a327bf0a3"
|
||||
BRANCH="master" # just use 'release' for a release branch
|
||||
KASMVNC_VER="1.4.1"
|
||||
COMMIT_ID_SHORT=$(echo "${COMMIT_ID}" | cut -c1-6)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue