mirror of
https://github.com/clockworkpi/WiringPi.git
synced 2025-12-12 07:58:49 +01:00
6 lines
98 B
Bash
6 lines
98 B
Bash
#!/bin/sh
|
|
set -e
|
|
/bin/chown root.root /usr/bin/gpio
|
|
/bin/chmod 4755 /usr/bin/gpio
|
|
/sbin/ldconfig
|