mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Copy effects to /opt/hyperion/ on a manual compilation
Former-commit-id: 49893ea8d35ee78f52fe8f95d841ed29dacc94ee
This commit is contained in:
parent
25c4322ff8
commit
9b1b4d2aea
@ -40,3 +40,6 @@ make
|
||||
# The binaries are build in "$HYPERION_DIR/build/bin". You could copy those to /usr/bin
|
||||
sudo cp ./bin/hyperion-remote /usr/bin/
|
||||
sudo cp ./bin/hyperiond /usr/bin/
|
||||
|
||||
# Copy the effect folder (if you did not use the normal installation methode before)
|
||||
sudo mkdir -p /opt/hyperion/effects && sudo cp -R ../effects/ /opt/hyperion/
|
||||
|
Loading…
Reference in New Issue
Block a user