FIX: Veracrypt

This commit is contained in:
2025-12-09 17:53:45 +01:00
parent 5ee2df4af6
commit c37006e861

View File

@@ -22,6 +22,6 @@ 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
curl -fsSLo /tmp/veracrypt.rpm "https://launchpad.net/veracrypt/trunk/1.26.24/+download/veracrypt-1.26.24-Fedora-40-x86_64.rpm"
rpm-ostree install -y /tmp/veracrypt.rpm
rm /tmp/veracrypt.rpm