mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
fx4
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#!/bin/bash
|
||||
git pull
|
||||
cd ..
|
||||
cp ./conjurer/bot.py ../Conjurer/
|
||||
cp ./conjurer/settings.json ../Conjurer/
|
||||
cp ./conjurer/system_gpt_settings.json ../Conjurer/
|
||||
cp ./conjurer/start.sh ../Conjurer
|
||||
cp ./conjurer/bot.py ./Conjurer/
|
||||
cp ./conjurer/settings.json ./Conjurer/
|
||||
cp ./conjurer/system_gpt_settings.json ./Conjurer/
|
||||
cp ./conjurer/start.sh ./Conjurer/
|
||||
cp ./conjurer/requirements.txt
|
||||
sudo systemctl restart conjurer.service
|
||||
|
||||
Reference in New Issue
Block a user