#!/usr/bin/env bash AVAILABLE=/etc/apt/sources.list-available ACTIVE=/etc/apt/sources.list.d apt-get install -y apt-transport-https bash -c "cat > ${AVAILABLE}/torproject.list" <