mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
6 lines
147 B
Bash
6 lines
147 B
Bash
#!/bin/bash
|
|
cd ./conjurer
|
|
git pull
|
|
cd ..
|
|
cp ./conjurer/conjurer_musician/radio_conjurer.liq ./Conjurer
|
|
sudo systemctl restart radio_service.service |