Skip to content

Instantly share code, notes, and snippets.

@josephum
josephum / install.sh
Created October 19, 2023 17:29 — forked from Overemployed/install.sh
Jacktrip running on PiKVM / Raspberry Pi with arch distro
#!/bin/bash
# Check if script is running as root
if [ "$EUID" -ne 0 ]
then echo "Please run as root"
exit
fi
# your personal machine running jacktrip
REMOTE_JACK_SERVER=nat.local