sqlite3 for ubuntu deploys
This commit is contained in:
parent
c2aaac9768
commit
dfbdbe9b0e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue