mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2025-12-25 00:28:50 +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
|