Skip to content

Instantly share code, notes, and snippets.

@tatara-eth
tatara-eth / install.sh
Created December 6, 2023 18:40 — 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