diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-02-02 19:11:03 +0100 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2021-02-02 19:11:03 +0100 |
commit | bcdf7402ecefa48044735d7b2a56ad984268d32c (patch) | |
tree | 2f4395aa90edf6cb5bab289ccbdd7adda70d8a57 /scripts/prep-librewolf-dpkg.sh | |
parent | add dependencies (diff) | |
download | librewolf-debian-bcdf7402ecefa48044735d7b2a56ad984268d32c.tar.gz librewolf-debian-bcdf7402ecefa48044735d7b2a56ad984268d32c.tar.bz2 librewolf-debian-bcdf7402ecefa48044735d7b2a56ad984268d32c.zip |
add dependencies
Diffstat (limited to 'scripts/prep-librewolf-dpkg.sh')
-rwxr-xr-x | scripts/prep-librewolf-dpkg.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/prep-librewolf-dpkg.sh b/scripts/prep-librewolf-dpkg.sh index 1129868..7bc4ad8 100755 --- a/scripts/prep-librewolf-dpkg.sh +++ b/scripts/prep-librewolf-dpkg.sh @@ -40,7 +40,7 @@ work_dir=${CI_PROJECT_DIR}/prepared/ ##################################### # Download initial components -apt update && apt install -y git curl wget +apt update && apt install -y git curl wget xz-utils # Download upstream Debian assets, which includes # 1. orig tarball, which in Debian is not always the pristine contents from upstream source |