From dfbdbe9b0e02f49b05c7b5e6813ac2cfd3e84b04 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Fri, 8 Dec 2023 06:55:29 -0500 Subject: [PATCH] sqlite3 for ubuntu deploys --- install-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-ubuntu.sh b/install-ubuntu.sh index 056c039..0d0f1a6 100644 --- a/install-ubuntu.sh +++ b/install-ubuntu.sh @@ -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