Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/common/install/kasm_vnc/kasmvnc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@ network:
ssl:
pem_certificate: ${HOME}/.vnc/self.pem
pem_key: ${HOME}/.vnc/self.pem
udp:
public_ip: 127.0.0.1


6 changes: 3 additions & 3 deletions src/ubuntu/install/kasm_vnc/install_kasm_vnc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ echo "Install KasmVNC server"
cd /tmp
BUILD_ARCH=$(uname -p)
UBUNTU_CODENAME=""
COMMIT_ID="f1630b9ce74272f9a29012879d11b5e85f141491"
BRANCH="master" # just use 'release' for a release branch
KASMVNC_VER="0.9.4"
COMMIT_ID="8285ea812d6433af9504fde6b92e18aac6641e57"
BRANCH="release" # just use 'release' for a release branch
KASMVNC_VER="1.0.1"
COMMIT_ID_SHORT=$(echo "${COMMIT_ID}" | cut -c1-6)

# Naming scheme is now different between an official release and feature branch
Expand Down
2 changes: 1 addition & 1 deletion src/ubuntu/install/tools/install_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ fi

if [ "$DISTRO" = "ubuntu" ]; then
#update mesa to latest
add-apt-repository ppa:kisak/kisak-mesa
add-apt-repository ppa:kisak/turtle
apt full-upgrade -y
fi
2 changes: 1 addition & 1 deletion src/ubuntu/install/virtualgl/install_virtualgl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [ "$DISTRO" = "ubuntu" ]; then
libegl1 libegl1:i386 \
libgles2 libgles2:i386

add-apt-repository ppa:kisak/kisak-mesa
add-apt-repository ppa:kisak/turtle
apt full-upgrade -y
dpkg -i $INST_SCRIPTS/virtualgl/virtualgl_*amd64.deb
fi
Expand Down