docs: update Netgrimoire/Pocket/Deployment_Guide

This commit is contained in:
Administrator 2026-02-21 22:27:44 +00:00 committed by John Smith
parent 190fa77760
commit af208ae460

View file

@ -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