mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Set executable flags
Former-commit-id: 1e2bca2595e7ed4510dec24a4f25b6bbaf5766a3
This commit is contained in:
parent
62909c05ec
commit
e61adaf511
@ -26,5 +26,10 @@ wget github.com/tvdzwan/hyperion/raw/master/config/hyperion.config.json -P /etc/
|
|||||||
# Copy the service control configuration to /etc/int
|
# Copy the service control configuration to /etc/int
|
||||||
wget github.com/tvdzwan/hyperion/raw/master/deploy/hyperion.conf -P /etc/init/
|
wget github.com/tvdzwan/hyperion/raw/master/deploy/hyperion.conf -P /etc/init/
|
||||||
|
|
||||||
|
# Set permissions
|
||||||
|
chmod +x /usr/bin/hyperiond
|
||||||
|
chmod +x /usr/bin/hyperion-remote
|
||||||
|
chmod +x /usr/bin/gpio2spi
|
||||||
|
|
||||||
# Start the hyperion daemon
|
# Start the hyperion daemon
|
||||||
initctl start hyperion
|
initctl start hyperion
|
||||||
|
Loading…
Reference in New Issue
Block a user