try it with libstdc++6
This commit is contained in:
parent
c932f8870b
commit
e5d850cfc8
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ set -e
|
||||||
|
|
||||||
# Setup Script Variables
|
# Setup Script Variables
|
||||||
# _DEPENDENCIES="mercurial wget git flatpak flatpak-builder";
|
# _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
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# Installs Dependencies
|
# Installs Dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue