#!/usr/bin/env bash set -euo pipefail if command -v apt-get >/dev/null 2>&1; then sudo apt-get update sudo apt-get install -y \ asciidoc \ autoconf \ automake \ gcc \ libglib2.0-dev \ libgpgme-dev \ libstrophe-dev \ libtool \ make \ pkg-config fi