From 10f76d7c143d8e6f8336c74a3db41eaedfc1d893 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=20M=C3=A4ki?= Date: Mon, 14 Oct 2024 22:47:27 +0300 Subject: [PATCH] Add TightVNC to the installer script --- Install-Software.ps1 | 1 + 1 file changed, 1 insertion(+) 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.";