sqlite3 for ubuntu deploys

This commit is contained in:
Russell Ballestrini 2023-12-08 06:55:29 -05:00
parent c2aaac9768
commit dfbdbe9b0e

View file

@ -7,7 +7,7 @@ set -e
sudo apt update
# Install git, python3-pip, and python3-venv if they are not already installed
sudo apt install -y git python3-pip python3.10-venv
sudo apt install -y git python3-pip python3.10-venv sqlite3
# Clone the repository
if [ ! -d "/opt/flask-socketio-llm-completions" ]; then