mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-18 07:42:09 +00:00
Fix and upgrade
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
git pull
|
git pull
|
||||||
cd ..
|
cd /home/pi/conjurer || exit
|
||||||
|
git pull
|
||||||
|
cp ./deploy.sh ./home/pi/
|
||||||
|
cd /home/pi/conjurer || exit
|
||||||
cp ./conjurer/bot.py ./Conjurer/ #legacy to be deprecated after refactor is done
|
cp ./conjurer/bot.py ./Conjurer/ #legacy to be deprecated after refactor is done
|
||||||
cp ./conjurer/settings.json ./Conjurer/
|
cp ./conjurer/settings.json ./Conjurer/
|
||||||
cp ./conjurer/system_gpt_settings.json ./Conjurer/
|
cp ./conjurer/system_gpt_settings.json ./Conjurer/
|
||||||
|
|||||||
Reference in New Issue
Block a user