Skip to content

Commit 0eb6f7c

Browse files
bootstrap: install veracrypt on macOS
1 parent 4cc67dd commit 0eb6f7c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

install/bootstrap_apps_gui.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ if is_profile_admin_or_similar; then
166166
#is_macos && homebrew_brew_cask_install "spyder" # Python/R datasciense IDE
167167
#is_fedora && fedora_dnf_install "python3-spyder"
168168

169+
# Encryption container
170+
is_macos && homebrew_brew_cask_install "veracrypt" # Disk encryption software
171+
169172
# X11
170173
is_macos && homebrew_brew_cask_install "xquartz" # X.Org X Window System
171174

0 commit comments

Comments
 (0)