Skip to content

Instantly share code, notes, and snippets.

@josephum
josephum / install.sh
Last active July 3, 2024 14:58 — 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