note to self: consider taking a bash scripting refresher course.
This commit is contained in:
parent
11640262a6
commit
ba2a977285
1 changed files with 3 additions and 2 deletions
|
|
@ -37,12 +37,13 @@ _DEPENDENCIES="wget git xvfb \
|
||||||
unzip \
|
unzip \
|
||||||
dbus-x11 \
|
dbus-x11 \
|
||||||
python \
|
python \
|
||||||
# cargo \
|
|
||||||
# rustc \
|
|
||||||
nodejs-mozilla \
|
nodejs-mozilla \
|
||||||
nasm-mozilla \
|
nasm-mozilla \
|
||||||
gcc-mozilla"
|
gcc-mozilla"
|
||||||
|
|
||||||
|
# cargo \
|
||||||
|
# rustc \
|
||||||
|
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# Installs Dependencies
|
# Installs Dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue