FEAT: add Veracrypt

This commit is contained in:
2025-12-07 16:59:11 +01:00
parent c63cea685a
commit 5ee2df4af6
2 changed files with 5 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ It is possible to keep a revision by pinning it: `ostree admin pin 0`
- ansible
- Flatpak (with default repository configured)
- Chromium
- Veracrypt
- VSCode
- NVIDIA Drivers

View File

@@ -21,3 +21,7 @@ curl -fsSLo /etc/yum.repos.d/vscode.repo https://packages.microsoft.com/yumrepos
rpm-ostree install code
rm /etc/yum.repos.d/vscode.repo
# Install Veracrypt: https://veracrypt.io/en/Downloads.html
curl -fsSLo "https://launchpad.net/veracrypt/trunk/1.26.24/+download/veracrypt-1.26.24-Fedora-40-x86_64.rpm" /tmp/veracrypt.rpm
rpm-ostree install -y /tmp/veracrypt.rpm
rm /tmp/veracrypt.rpm