diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-02-03 10:47:27 +0100 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-02-03 10:47:27 +0100 |
commit | 7ba740fe972454a5b8173378cc6ee9686e5453cd (patch) | |
tree | 2d21c5f61dc99eaa3e8373f93b0f1d9d2918e14d | |
parent | order matters (diff) | |
download | librewolf-debian-7ba740fe972454a5b8173378cc6ee9686e5453cd.tar.gz librewolf-debian-7ba740fe972454a5b8173378cc6ee9686e5453cd.tar.bz2 librewolf-debian-7ba740fe972454a5b8173378cc6ee9686e5453cd.zip |
another missing dependency. why did this ever work before?
-rwxr-xr-x | scripts/build-librewolf-dpkg.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |