Skip to content

Commit

Permalink
🐛 Fix bad conflict solving
Browse files Browse the repository at this point in the history
  • Loading branch information
Psychokiller1888 committed Jan 14, 2022
1 parent edc97db commit 7206e73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ sudo -u "${USER}" bash <<EOF
virtualenv -p ${PYTHON} ${FVENV}
source ${FVENV}/bin/activate
pip install -r requirements.txt --no-cache-dir
EOF

mkdir -p logs
chown "${USER}" logs
Expand Down

0 comments on commit 7206e73

Please sign in to comment.