Remove GeoIP data copy in installation script

Removed copying of GeoIP data to the authentik directory.
This commit is contained in:
thieneret 2026-02-22 08:44:04 +01:00 committed by GitHub
parent 5772100355
commit c57bc93631
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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