From eb223a6951c0fde2aee64ee6cd3ba270e756637f Mon Sep 17 00:00:00 2001 From: jo Date: Mon, 13 Sep 2021 15:01:06 +0200 Subject: [PATCH] Install the api with prod extra --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index f529daca3..4547e0647 100755 --- a/install +++ b/install @@ -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" \