From b7627af5f8a516547386aca5bb66a4619223dc53 Mon Sep 17 00:00:00 2001 From: Tom Dewey Date: Wed, 25 Sep 2024 15:58:46 +0100 Subject: [PATCH] debian/control: Depend on libfuse2 Required for AppImage mounting. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index a5c6cde..e69abeb 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Homepage: https://www.raspberrypi.com/software Package: rpi-imager Architecture: arm64 -Depends: ${shlibs:Depends}, ${misc:Depends}, dosfstools, fdisk, fuse +Depends: ${shlibs:Depends}, ${misc:Depends}, dosfstools, fdisk, fuse, libfuse2 Recommends: udisks2 Description: Raspberry Pi Imaging utility A user-friendly tool for creating bootable media for Raspberry Pi Devices.