mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
d27b477db8
Adding playlists, various bufixes and installation scripts Fixing Rename KUUUURWA Install script music bot fx Fix ? fix Synchro test test Undo tst test tst Undo changes test fx tst fx Test commit of two files priority queue.
7 lines
198 B
Bash
Executable File
7 lines
198 B
Bash
Executable File
#!/bin/bash
|
|
cd ./conjurer
|
|
git pull
|
|
cd ..
|
|
cp ./conjurer/conjurer_musician/conjurer_musician.py ./Conjurer
|
|
sudo systemctl restart conjurer_musician.service
|
|
sudo systemctl restart radio_service.service |