diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-02-02 19:03:29 +0100 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-02-02 19:03:42 +0100 |
commit | ced9262c30e0fac5df2ae5b30bfbb8396f2cc42b (patch) | |
tree | a3b731489b31efebf5b7ecb2dc052b854d926001 /scripts/build-librewolf-dpkg.sh | |
parent | tag naming (diff) | |
download | librewolf-debian-ced9262c30e0fac5df2ae5b30bfbb8396f2cc42b.tar.gz librewolf-debian-ced9262c30e0fac5df2ae5b30bfbb8396f2cc42b.tar.bz2 librewolf-debian-ced9262c30e0fac5df2ae5b30bfbb8396f2cc42b.zip |
add dependencies
Diffstat (limited to 'scripts/build-librewolf-dpkg.sh')
-rw-r--r-- | scripts/build-librewolf-dpkg.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build-librewolf-dpkg.sh b/scripts/build-librewolf-dpkg.sh index 5e163e8..ca25ebc 100644 --- a/scripts/build-librewolf-dpkg.sh +++ b/scripts/build-librewolf-dpkg.sh @@ -44,6 +44,8 @@ xfonts-base \ ttf-bitstream-vera \ fonts-freefont-ttf \ fonts-dejima-mincho \ +git \ +wget \ curl curl https://sh.rustup.rs -o rustup.sh |