diff options
author | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-29 11:46:53 +0200 |
---|---|---|
committer | ohfp <1813007-ohfp@users.noreply.gitlab.com> | 2020-03-29 11:46:53 +0200 |
commit | dab887fb41f05f60d55ec099c07051e48645e807 (patch) | |
tree | dc60c6cbe3384dfb119e95bf4f2878cf85f719b5 | |
parent | check if mach bootstrap errors when succeeding? (diff) | |
download | librewolf-linux-dab887fb41f05f60d55ec099c07051e48645e807.tar.gz librewolf-linux-dab887fb41f05f60d55ec099c07051e48645e807.tar.bz2 librewolf-linux-dab887fb41f05f60d55ec099c07051e48645e807.zip |
missing dependency: jackd
-rwxr-xr-x | binary_tarball/scripts/1_Install_Dependencies.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |