From c57bc936310abb8678555d1d37217af844255c19 Mon Sep 17 00:00:00 2001 From: thieneret <123479547+thieneret@users.noreply.github.com> Date: Sun, 22 Feb 2026 08:44:04 +0100 Subject: [PATCH] Remove GeoIP data copy in installation script Removed copying of GeoIP data to the authentik directory. --- install/authentik-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/authentik-install.sh b/install/authentik-install.sh index eee3ad6cf..f5dec9d52 100644 --- a/install/authentik-install.sh +++ b/install/authentik-install.sh @@ -123,7 +123,6 @@ msg_ok "Installed python server" mkdir -p /opt/authentik-data/{certs,media,geoip,templates} cp /opt/authentik/authentik/sources/kerberos/krb5.conf /etc/krb5.conf -cp -r /usr/share/GeoIP/ /opt/authentik/geoip/ PG_VERSION="16" setup_postgresql @@ -203,4 +202,4 @@ EOF systemctl enable -q --now authentik-server.service authentik-worker.service msg_ok "Services created" -echo "${AUTHENTIK_VERSION}" > /opt/authentik_version.txt \ No newline at end of file +echo "${AUTHENTIK_VERSION}" > /opt/authentik_version.txt