diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..8902b7e --- /dev/null +++ b/install.sh @@ -0,0 +1,12 @@ +#!/bin/bash + +if [ "$UID" != "0" ]; then + echo "Error: Please run as root" + exit 1 +fi + +git clone https://git.zakscode.com/ztimson/PiKVM.git +cd PiKVM + +pacman -S cronie python-pipx +pipx install pillow RPI.GPIO spidev