Skip to content

Commit ff64a71

Browse files
committed
updating setup.sh
1 parent ace2038 commit ff64a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ locale-gen en_GB.UTF-8
1313
# Install Python, SQLite and pip
1414
echo "Installing dependencies..."
1515
apt-get update
16-
apt-get install -y python3-dev python3-venv sqlite python-pip supervisor nginx git
16+
apt-get install -y python3-dev python3-venv sqlite3 python3-pip supervisor nginx git
1717

1818
mkdir -p $PROJECT_BASE_PATH
1919
git clone $PROJECT_GIT_URL $PROJECT_BASE_PATH

0 commit comments

Comments
 (0)