From 9c9195e13fbcfde2ddbb919e1d25a243e4209466 Mon Sep 17 00:00:00 2001 From: Andrea Barbagallo Date: Thu, 4 May 2023 20:45:30 +0200 Subject: [PATCH] aggiunto file di aggiornamento --- update.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 update.sh diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..e17087c --- /dev/null +++ b/update.sh @@ -0,0 +1,7 @@ +git pull --force +source .venv/bin/activate +pip install -r requirements.txt -U +deactivate +sudo chown www-data:www-data -R . +sudo systemctl daemon-reload +sudo service edisubot restart \ No newline at end of file