mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-20 22:44:28 +01:00
FEAT: add Veracrypt
This commit is contained in:
@@ -56,6 +56,7 @@ It is possible to keep a revision by pinning it: `ostree admin pin 0`
|
|||||||
- ansible
|
- ansible
|
||||||
- Flatpak (with default repository configured)
|
- Flatpak (with default repository configured)
|
||||||
- Chromium
|
- Chromium
|
||||||
|
- Veracrypt
|
||||||
- VSCode
|
- VSCode
|
||||||
- NVIDIA Drivers
|
- NVIDIA Drivers
|
||||||
|
|
||||||
|
|||||||
@@ -21,3 +21,7 @@ curl -fsSLo /etc/yum.repos.d/vscode.repo https://packages.microsoft.com/yumrepos
|
|||||||
rpm-ostree install code
|
rpm-ostree install code
|
||||||
rm /etc/yum.repos.d/vscode.repo
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user