From 36c75dad283c7a0418feebbe1d625867be2c2ba9 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Tue, 9 Jun 2026 14:21:33 -0400 Subject: [PATCH] Add libcrypt-dev for Ubuntu 26.04 --- guides/introduction/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/introduction/installation.md b/guides/introduction/installation.md index 049fcafe..93537e35 100644 --- a/guides/introduction/installation.md +++ b/guides/introduction/installation.md @@ -92,7 +92,7 @@ First, install a few packages. ### Ubuntu and Debian ```bash -sudo apt install build-essential automake autoconf git squashfs-tools pkg-config curl libmnl-dev libnl-genl-3-dev libssl-dev libncurses5-dev help2man libconfuse-dev libarchive-dev file unzip libgnutls28-dev +sudo apt install build-essential automake autoconf git squashfs-tools pkg-config curl libmnl-dev libnl-genl-3-dev libssl-dev libncurses5-dev help2man libconfuse-dev libarchive-dev file unzip libgnutls28-dev libcrypt-dev ``` Then install [fwup](https://github.com/fwup-home/fwup) using `asdf` or `mise` or