mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Copy effects to /opt/hyperion/ on a manual compilation
Former-commit-id: 49893ea8d35ee78f52fe8f95d841ed29dacc94ee
This commit is contained in:
@@ -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/
|
||||
|
Reference in New Issue
Block a user