summaryrefslogtreecommitdiff
path: root/scripts/prep-librewolf-dpkg.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/prep-librewolf-dpkg.sh')
-rwxr-xr-xscripts/prep-librewolf-dpkg.sh2
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
bgstack15