Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
set -e
# Install the dependencies from the repositories:
apt-get update && apt-get install -y \
ffmpeg \
libcurl4-openssl-dev \
libjpeg-dev \
libmariadbclient-dev \
libpq5 \