Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-allen-ck committed Apr 15, 2024
1 parent d5a4045 commit f9d9ffc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
schemaVersion: 1.0.0
name: tre-service-guacamole-linuxvm
version: 0.6.29s
version: 0.6.30
description: "An Azure TRE User Resource Template for Guacamole (Linux)"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand Down Expand Up @@ -39,7 +39,7 @@ custom:
sku: 2004-gen2
version: latest
apt_sku: 20.04
install_ui: true
install_ui: false
conda_config: true
# For information on using custom images, see README.me in the guacamole/user-resources folder
# "Custom Image From Gallery":
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ sudo rm -f /etc/apt/sources.list.d/*
sudo apt-get update

# Install xrdp so Guacamole can connect via RDP
sudo apt-get install xrdp -y
sudo adduser xrdp ssl-cert

# # Install desktop environment if image doesn't have one already
# if [ "${INSTALL_UI}" -eq 1 ]; then
# sudo apt-get install xrdp -y
# sudo apt-get install -y xorg
# sudo apt-get install -y xfce4
# sudo apt-get install -y xfce4-goodies
# sudo apt-get install -y dbus-x11
# sudo apt-get install -y x11-xserver-utils
# fi
if [ "${INSTALL_UI}" -eq 1 ]; then
sudo apt-get install -y xorg
sudo apt-get install -y xfce4
sudo apt-get install -y xfce4-goodies
sudo apt-get install -y dbus-x11
sudo apt-get install -y x11-xserver-utils
fi

sudo -u ${VM_USER} -i bash -c 'echo xfce4-session > ~/.xsession'

Expand Down

0 comments on commit f9d9ffc

Please sign in to comment.