Install the api with prod extra

This commit is contained in:
jo 2021-09-13 15:01:06 +02:00
parent 77315885b9
commit eb223a6951
1 changed files with 1 additions and 1 deletions

View File

@ -1056,7 +1056,7 @@ systemInitInstall libretime-analyzer "$web_user"
verbose "...Done"
verbose "\n * Installing API..."
loudCmd "$python_bin" -m pip install "${AIRTIMEROOT}/api"
loudCmd "$python_bin" -m pip install "${AIRTIMEROOT}/api[prod]"
systemInitInstall libretime-api "$web_user"
mkdir -p /etc/airtime
sed -e "s@WEB_USER@${web_user}@g" \