#!/bin/sh set -uo pipefail if (( $EUID != 0 )); then echo "Should be run as root" exit 1 fi cat >> /etc/pulse/default.pa <