Skip to content

Commit 7396ec9

Browse files
committed
Add VeraCrypt to the installer script
1 parent 711f050 commit 7396ec9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Install-Software.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ $ChocoPrograms = [ordered]@{
141141
"TightVNC" = "tightvnc", "VNC server. Can be used with noVNC by using the configuration from Mika's GitHub.";
142142
"Ubisoft Connect" = "ubisoft-connect", "Game store";
143143
"Ventoy" = "ventoy", "A tool for creating bootable USB drives";
144+
"VeraCrypt" = "veracrypt", "File and disk encryption software";
144145
"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.";
145146
"VirtualBox Guest Additions (NOTE!)" = "virtualbox-guest-additions-guest.install", "NOTE! This should be installed inside a virtual machine.";
146147
"VLC" = "vlc", "Video player";

0 commit comments

Comments
 (0)