Skip to content

Commit 2d72db3

Browse files
Update setup-keys.sh
1 parent b6287ee commit 2d72db3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup-keys.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#!/bin/bash
22

33
# Install WiringPi
4-
sudo apt-get install -y wiringpi
4+
git clone https://github.com/zynthian/WiringPi.git
5+
cd WiringPi
6+
./build
7+
cd ..
58

69
# Build gpio_keyd.
710
cd gpio_keyd

0 commit comments

Comments
 (0)