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