using cmake to build project and submodules
This commit is contained in:
5
RpiLedBars/backend/install.sh
Executable file
5
RpiLedBars/backend/install.sh
Executable file
@ -0,0 +1,5 @@
|
||||
# make
|
||||
cp ./bin/pixled bin/service_pixled
|
||||
sudo -s bash -c "cp pixled.service /etc/systemd/system; systemctl daemon-reload"
|
||||
# sudo -s bash -c "systemctl enable pixled"
|
||||
sudo -s bash -c "systemctl restart pixled"
|
Reference in New Issue
Block a user