From ba2a977285d16811b3d53452308abd88bb3d1b2e Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Mon, 1 Feb 2021 16:04:20 +0100 Subject: [PATCH] note to self: consider taking a bash scripting refresher course. --- binary_tarball/scripts/1_Install_Dependencies.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/binary_tarball/scripts/1_Install_Dependencies.sh b/binary_tarball/scripts/1_Install_Dependencies.sh index 938d3f7..b4d7dba 100755 --- a/binary_tarball/scripts/1_Install_Dependencies.sh +++ b/binary_tarball/scripts/1_Install_Dependencies.sh @@ -37,12 +37,13 @@ _DEPENDENCIES="wget git xvfb \ unzip \ dbus-x11 \ python \ - # cargo \ - # rustc \ nodejs-mozilla \ nasm-mozilla \ gcc-mozilla" + # cargo \ + # rustc \ + export DEBIAN_FRONTEND=noninteractive # Installs Dependencies