Skip to content

Instantly share code, notes, and snippets.

View jorrinpollard's full-sized avatar

jp jorrinpollard

View GitHub Profile
#!/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 \