Skip to content

Commit

Permalink
fix novnc
Browse files Browse the repository at this point in the history
  • Loading branch information
gezp committed Oct 24, 2024
1 parent ea161d0 commit 2d7f0bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ubuntu-desktop/docker_config/install_novnc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ NOVNC_VERSION=1.4.0
# install turbovnc
wget -q -O- https://packagecloud.io/dcommander/turbovnc/gpgkey | gpg --dearmor >/etc/apt/trusted.gpg.d/TurboVNC.gpg
wget -O /etc/apt/sources.list.d/TurboVNC.list https://raw.githubusercontent.com/TurboVNC/repo/main/TurboVNC.list
apt-get update
apt-get install -y turbovnc
rm /etc/apt/sources.list.d/TurboVNC.list
# install novnc
Expand Down

0 comments on commit 2d7f0bb

Please sign in to comment.