1#!/usr/bin/env bash
2
3#
4# install-common
5#
6# Copyright (C) 2021 by RStudio, PBC
7#
8# Unless you have received this program directly from RStudio pursuant
9# to the terms of a commercial license agreement with RStudio, then
10# this program is licensed to you under the terms of version 3 of the
11# GNU Affero General Public License. This program is distributed WITHOUT
12# ANY EXPRESS OR IMPLIED WARRANTY, INCLUDING THOSE OF NON-INFRINGEMENT,
13# MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Please refer to the
14# AGPL (http://www.gnu.org/licenses/agpl-3.0.txt) for more details.
15#
16#
17
18set -e
19
20./install-dictionaries
21./install-mathjax
22./install-boost
23./install-pandoc
24./install-packages
25./install-sentry-cli
26./install-npm-dependencies
27./install-soci
28./install-yaml-cpp
29./install-crashpad
30
31if [ -e install-overlay ]
32then
33   ./install-overlay $1
34fi
35