We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cc67dd commit 0eb6f7cCopy full SHA for 0eb6f7c
1 file changed
install/bootstrap_apps_gui.sh
@@ -166,6 +166,9 @@ if is_profile_admin_or_similar; then
166
#is_macos && homebrew_brew_cask_install "spyder" # Python/R datasciense IDE
167
#is_fedora && fedora_dnf_install "python3-spyder"
168
169
+ # Encryption container
170
+ is_macos && homebrew_brew_cask_install "veracrypt" # Disk encryption software
171
+
172
# X11
173
is_macos && homebrew_brew_cask_install "xquartz" # X.Org X Window System
174
0 commit comments