PiKVM/install.sh
2024-07-26 23:36:10 -04:00

14 lines
219 B
Bash

#!/bin/bash
if [ "$UID" != "0" ]; then
echo "Error: Please run as root"
exit 1
fi
rw
git clone https://git.zakscode.com/ztimson/PiKVM.git
cd PiKVM
pacman -S cronie python-pipx
pipx install pillow RPI.GPIO spidev