oh ubuntu..: xz is in xz-utils
This commit is contained in:
parent
ebe2615c99
commit
4618b2865c
2 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ stages:
|
||||||
- paks
|
- paks
|
||||||
|
|
||||||
# variables:
|
# variables:
|
||||||
# TARBALL: $TARBALL
|
# TARBALL: $TARBALL
|
||||||
# ARCH: $ARCH
|
# ARCH: $ARCH
|
||||||
# FLATPAK: $FLATPAK
|
# FLATPAK: $FLATPAK
|
||||||
# APPIMAGE: $FLATPAK
|
# APPIMAGE: $FLATPAK
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ printf "\n\n-------------------------------------- DEPENDENCY INSTALLATION -----
|
||||||
|
|
||||||
# Setup Script Variables
|
# Setup Script Variables
|
||||||
# _DEPENDENCIES="mercurial wget git flatpak flatpak-builder";
|
# _DEPENDENCIES="mercurial wget git flatpak flatpak-builder";
|
||||||
_DEPENDENCIES="wget git xvfb xz";
|
_DEPENDENCIES="wget git xvfb xz-utils";
|
||||||
|
|
||||||
# Installs Dependencies
|
# Installs Dependencies
|
||||||
printf "\nInstalling dependencies: $_DEPENDENCIES\n";
|
printf "\nInstalling dependencies: $_DEPENDENCIES\n";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue