Add install.sh
This commit is contained in:
parent
d471dd43d1
commit
75ca967382
12
install.sh
Normal file
12
install.sh
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user