mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
8 lines
231 B
Bash
Executable File
8 lines
231 B
Bash
Executable File
#!/bin/bash
|
|
cd ./conjurer || exit
|
|
git pull
|
|
cd ..
|
|
cp ./conjurer/conjurer_musician/media_search_functions.py ./Conjurer
|
|
cp ./conjurer/conjurer_musician/conjurer_musician.py ./Conjurer
|
|
sudo systemctl restart conjurer_musician.service
|