From bcdf7402ecefa48044735d7b2a56ad984268d32c Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Tue, 2 Feb 2021 19:11:03 +0100 Subject: add dependencies --- scripts/prep-librewolf-dpkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/prep-librewolf-dpkg.sh') 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 -- cgit