aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-29 16:35:03 +0200
committerohfp <1813007-ohfp@users.noreply.gitlab.com>2020-03-29 16:35:03 +0200
commite5d850cfc88f3183790a09879cda1de1be021751 (patch)
treeba5913d9d73cb9ba7de92f22b100149cd91fd596
parentbash/script fixes (diff)
downloadlibrewolf-linux-e5d850cfc88f3183790a09879cda1de1be021751.tar.gz
librewolf-linux-e5d850cfc88f3183790a09879cda1de1be021751.tar.bz2
librewolf-linux-e5d850cfc88f3183790a09879cda1de1be021751.zip
try it with libstdc++6
-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 f430e3b..58ac13c 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 nasm-mozilla";
+_DEPENDENCIES="wget git xvfb build-essential xz-utils curl python3 libjack-dev nasm-mozilla libstdc++6";
export DEBIAN_FRONTEND=noninteractive
# Installs Dependencies
bgstack15