From dab887fb41f05f60d55ec099c07051e48645e807 Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Sun, 29 Mar 2020 11:46:53 +0200 Subject: [PATCH] missing dependency: jackd --- binary_tarball/scripts/1_Install_Dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binary_tarball/scripts/1_Install_Dependencies.sh b/binary_tarball/scripts/1_Install_Dependencies.sh index 2034691..6e2f393 100755 --- a/binary_tarball/scripts/1_Install_Dependencies.sh +++ b/binary_tarball/scripts/1_Install_Dependencies.sh @@ -5,7 +5,7 @@ set -e # Setup Script Variables # _DEPENDENCIES="mercurial wget git flatpak flatpak-builder"; -_DEPENDENCIES="wget git xvfb build-essential xz-utils curl python3"; +_DEPENDENCIES="wget git xvfb build-essential xz-utils curl python3 jackd"; # Installs Dependencies printf "\nInstalling dependencies: $_DEPENDENCIES\n";