From 691b564ad5c980a00affd75d61fe30b5fda28025 Mon Sep 17 00:00:00 2001 From: jo Date: Fri, 1 Oct 2021 17:44:16 +0200 Subject: [PATCH] Install api using pip --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 7f0aea609..4795375e1 100755 --- a/install +++ b/install @@ -1057,7 +1057,7 @@ systemInitInstall libretime-analyzer "$web_user" verbose "...Done" verbose "\n * Installing API..." -loudCmd "python3 ${AIRTIMEROOT}/api/setup.py install --install-scripts=/usr/bin" +loudCmd "$pip_cmd install ${AIRTIMEROOT}/api" systemInitInstall libretime-api "$web_user" mkdir -p /etc/airtime sed -e "s@WEB_USER@${web_user}@g" \