mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 12:51:09 +02:00
Differential Revision: https://phabricator.services.mozilla.com/D58414 --HG-- extra : moz-landing-system : lando
11 lines
142 B
Bash
Executable file
11 lines
142 B
Bash
Executable file
apt-get -y update
|
|
apt-get install -y \
|
|
bzip2 \
|
|
cmake \
|
|
curl \
|
|
gcc \
|
|
git \
|
|
g++ \
|
|
libx11-dev \
|
|
pkg-config \
|
|
software-properties-common
|