From 10f99a9809444c3bae172211586faf1bbff813f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20B=C3=A9dard-Couture?= Date: Sun, 8 Dec 2024 15:50:46 -0500 Subject: [PATCH] Update install/authentik-install.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Håvard Gjøby Thom <34199185+havardthom@users.noreply.github.com> --- install/authentik-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/authentik-install.sh b/install/authentik-install.sh index 685496f1..b8df7e3e 100644 --- a/install/authentik-install.sh +++ b/install/authentik-install.sh @@ -118,7 +118,7 @@ $STD apt install -y python3-pip $STD apt install -y git $STD pip3 install --upgrade pip $STD pip3 install poetry poetry-plugin-export -$STD ln -s /usr/local/bin/poetry /usr/bin/poetry +ln -s /usr/local/bin/poetry /usr/bin/poetry $STD poetry install --only=main --no-ansi --no-interaction --no-root $STD poetry export --without-hashes --without-urls -f requirements.txt --output requirements.txt $STD pip install --no-cache-dir -r requirements.txt