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 26, 2024
1 parent c33e033 commit ae4cb04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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.41
version: 0.6.42
description: "An Azure TRE User Resource Template for Guacamole (Linux)"
dockerfile: Dockerfile.tmpl
registry: azuretre
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ sudo apt install -y xrdp xorgxrdp xfce4-session
sudo adduser xrdp ssl-cert
sudo -u "${VM_USER}" -i bash -c 'echo xfce4-session > ~/.xsession'
sudo -u "${VM_USER}" -i bash -c 'echo xset s off > ~/.xsession'
sudo -u "${VM_USER}" -i bash -c 'echo xset -dpms > ~/.xsession'

# Make sure xrdp service starts up with the system
sudo systemctl enable xrdp
Expand Down Expand Up @@ -151,4 +150,7 @@ sudo echo -e "local({\n r <- getOption(\"repos\")\n r[\"Nexus\"] <- \"""${
# sudo apt -y autoremove
# sudo apt install unattended-upgrades

sudo shutdown -r now
sudo shutdown -r now

sudo systemctl enable xrdp
sudo service xrdp restart

0 comments on commit ae4cb04

Please sign in to comment.