mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
d914711559
Intermediate commits (oldest → newest): - New files for flask services - Service - Minor fix 2 - Waitress - Linux conf files - Service - Bugfixing - Waitress - Install options - Work on deployment - Bugfixes - Work on deployment - name change and othre bugfixes - Installer - Test
10 lines
287 B
Bash
Executable File
10 lines
287 B
Bash
Executable File
#!/bin/bash
|
|
git pull
|
|
cd ..
|
|
cp ./conjurer/bot.py ./Conjurer/
|
|
cp ./conjurer/settings.json ./Conjurer/
|
|
cp ./conjurer/system_gpt_settings.json ./Conjurer/
|
|
cp ./conjurer/install.sh ./Conjurer/
|
|
cp ./conjurer/requirements.txt ./Conjurer/requirements.txt
|
|
sudo systemctl restart conjurer.service
|