aboutsummaryrefslogtreecommitdiff
path: root/binary_tarball/scripts/1_Install_Dependencies.sh
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-29 14:57:18 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-29 14:57:18 +0200
commitcdc70aeb16e19e164e6350f0fb454417371a1fd7 (patch)
treefce3054b5c1e5cb39337a62aeac475bc83af5c06 /binary_tarball/scripts/1_Install_Dependencies.sh
parentof course, nodejs is ancient as well (diff)
downloadlibrewolf-linux-cdc70aeb16e19e164e6350f0fb454417371a1fd7.tar.gz
librewolf-linux-cdc70aeb16e19e164e6350f0fb454417371a1fd7.tar.bz2
librewolf-linux-cdc70aeb16e19e164e6350f0fb454417371a1fd7.zip
nasm is, of course, not recent as well
Diffstat (limited to 'binary_tarball/scripts/1_Install_Dependencies.sh')
-rwxr-xr-xbinary_tarball/scripts/1_Install_Dependencies.sh2
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 173d020..f430e3b 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 libjack-dev";
+_DEPENDENCIES="wget git xvfb build-essential xz-utils curl python3 libjack-dev nasm-mozilla";
export DEBIAN_FRONTEND=noninteractive
# Installs Dependencies
bgstack15