Add explicit apt update to Debian installation steps

This commit is contained in:
Rachel 2026-03-02 15:03:11 -08:00 committed by GitHub
parent 1c10dee3ee
commit 11aa9a2e74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -202,7 +202,7 @@ the repository](#2-downloading-the-repository).
1. Enable 32-bit installations using `dpkg`:
```bash
sudo dpkg --add-architecture i386
sudo dpkg --add-architecture i386 && sudo apt update
```
2. Install the following packages via `apt`: