From 7ba740fe972454a5b8173378cc6ee9686e5453cd Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Wed, 3 Feb 2021 10:47:27 +0100 Subject: another missing dependency. why did this ever work before? --- scripts/build-librewolf-dpkg.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build-librewolf-dpkg.sh b/scripts/build-librewolf-dpkg.sh index ed7fca3..e85da20 100755 --- a/scripts/build-librewolf-dpkg.sh +++ b/scripts/build-librewolf-dpkg.sh @@ -49,6 +49,7 @@ fonts-dejima-mincho \ git \ wget \ xz-utils \ +iso-codes \ curl curl https://sh.rustup.rs -o rustup.sh -- cgit