From 11aa9a2e74debc20ee38224911660bd2ee700dd7 Mon Sep 17 00:00:00 2001 From: Rachel Date: Mon, 2 Mar 2026 15:03:11 -0800 Subject: [PATCH] Add explicit `apt update` to Debian installation steps --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index d7e68a0a2a..38638f71df 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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`: