oh ubuntu..: xz is in xz-utils

This commit is contained in:
ohfp 2020-03-29 00:02:00 +01:00
parent ebe2615c99
commit 4618b2865c
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ stages:
- paks
# variables:
# TARBALL: $TARBALL
# TARBALL: $TARBALL
# ARCH: $ARCH
# FLATPAK: $FLATPAK
# APPIMAGE: $FLATPAK

View file

@ -3,7 +3,7 @@ printf "\n\n-------------------------------------- DEPENDENCY INSTALLATION -----
# Setup Script Variables
# _DEPENDENCIES="mercurial wget git flatpak flatpak-builder";
_DEPENDENCIES="wget git xvfb xz";
_DEPENDENCIES="wget git xvfb xz-utils";
# Installs Dependencies
printf "\nInstalling dependencies: $_DEPENDENCIES\n";