#!/bin/bash set -e if ! which gpg; then apt-get update -yq && apt-get install -yq --no-install-recommends gnupg2 fi cat >/etc/apt/keyrings/wakemeops-keyring.asc </etc/apt/sources.list.d/wakemeops.sources <