Skip to content

Instantly share code, notes, and snippets.

View MarkHowell1961's full-sized avatar

Mark Howell MarkHowell1961

  • Legacy Forward Solutions LLC
  • Miami, FL
View GitHub Profile
@MarkHowell1961
MarkHowell1961 / 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