We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace2038 commit ff64a71Copy full SHA for ff64a71
deploy/setup.sh
@@ -13,7 +13,7 @@ locale-gen en_GB.UTF-8
13
# Install Python, SQLite and pip
14
echo "Installing dependencies..."
15
apt-get update
16
-apt-get install -y python3-dev python3-venv sqlite python-pip supervisor nginx git
+apt-get install -y python3-dev python3-venv sqlite3 python3-pip supervisor nginx git
17
18
mkdir -p $PROJECT_BASE_PATH
19
git clone $PROJECT_GIT_URL $PROJECT_BASE_PATH
0 commit comments