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 2c16b60 commit 2e290e1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 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.40
version: 0.6.41
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 @@ -148,7 +148,9 @@ sudo systemctl restart docker
# R config
sudo echo -e "local({\n r <- getOption(\"repos\")\n r[\"Nexus\"] <- \"""${NEXUS_PROXY_URL}\"/repository/r-proxy/\"\n options(repos = r)\n})" | sudo tee /etc/R/Rprofile.site

# ## Cleanup
echo "init_vm.sh: Cleanup"
sudo apt -y autoremove
sudo apt install unattended-upgrades
# # ## Cleanup
# echo "init_vm.sh: Cleanup"
# sudo apt -y autoremove
# sudo apt install unattended-upgrades

sudo shutdown -r now

0 comments on commit 2e290e1

Please sign in to comment.