diff --git a/wsl/installFO.sh b/wsl/installFO.sh index 3595da0..92b1fcc 100644 --- a/wsl/installFO.sh +++ b/wsl/installFO.sh @@ -184,7 +184,7 @@ sudo -u postgres psql -c "CREATE USER $STATS_DB_USER WITH PASSWORD '$STATS_DB_PA sudo -u postgres psql -c "ALTER USER $STATS_DB_USER WITH SUPERUSER;" > /dev/null cd ~ -curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python > /dev/null +curl -sSL https://install.python-poetry.org | python3 - > /dev/null echo 'export PATH="$PATH:$HOME/.local/bin/poetry"' >> ~/.bashrc echo 'export FLASK_APP=runserver.py' >> ~/.bashrc echo 'export STATS_CONFIG=production.py' >> ~/.bashrc