diff --git a/Install-Software.ps1 b/Install-Software.ps1 index 2b1894a..36aa430 100644 --- a/Install-Software.ps1 +++ b/Install-Software.ps1 @@ -108,6 +108,7 @@ $ChocoPrograms = [ordered]@{ "Texmaker" = "texmaker", "LaTeX editor"; "Thunderbird" = "thunderbird", "Email client"; "Tidal" = "tidal", "Music streaming service client"; + "TightVNC" = "tightvnc", "VNC server. Can be used with noVNC by using the configuration from Mika's GitHub."; "Ubisoft Connect" = "ubisoft-connect", "Game store"; "VirtualBox (NOTE!)" = "virtualbox", "Virtualization platform. NOTE! Cannot be installed on the same computer as Hyper-V. Hardware virtualization should be enabled in BIOS/UEFI before installing."; "VirtualBox Guest Additions (NOTE!)" = "virtualbox-guest-additions-guest.install", "NOTE! This should be installed inside a virtual machine.";