diff --git a/Netgrimoire/Pocket/Deployment_Guide.md b/Netgrimoire/Pocket/Deployment_Guide.md index d96cc4e..ae1db1e 100644 --- a/Netgrimoire/Pocket/Deployment_Guide.md +++ b/Netgrimoire/Pocket/Deployment_Guide.md @@ -2,7 +2,7 @@ title: Pocket Grimoire description: published: true -date: 2026-02-21T16:57:44.484Z +date: 2026-02-21T22:27:33.260Z tags: editor: markdown dateCreated: 2026-02-20T04:41:35.122Z @@ -364,15 +364,9 @@ sudo raspi-config **Installation:** ```bash -# Install dependencies -sudo apt install -y wget libfuse2 - -# Download VeraCrypt (check for latest version at veracrypt.fr) -wget https://launchpad.net/veracrypt/trunk/1.25.9/+download/veracrypt-1.25.9-Debian-12-arm64.deb - -# Install VeraCrypt -sudo dpkg -i veracrypt-*.deb -sudo apt-get install -f # Fix any dependency issues +sudo add-apt-repository ppa:unit193/encryption -y +sudo apt update +sudo apt install veracrypt -y # Verify installation veracrypt --text --version