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 title: Pocket Grimoire
description: description:
published: true published: true
date: 2026-02-21T16:57:44.484Z date: 2026-02-21T22:27:33.260Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2026-02-20T04:41:35.122Z dateCreated: 2026-02-20T04:41:35.122Z
@ -364,15 +364,9 @@ sudo raspi-config
**Installation:** **Installation:**
```bash ```bash
# Install dependencies sudo add-apt-repository ppa:unit193/encryption -y
sudo apt install -y wget libfuse2 sudo apt update
sudo apt install veracrypt -y
# 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
# Verify installation # Verify installation
veracrypt --text --version veracrypt --text --version