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