Remove GeoIP data copy in installation script
Removed copying of GeoIP data to the authentik directory.
This commit is contained in:
parent
5772100355
commit
c57bc93631
@ -123,7 +123,6 @@ msg_ok "Installed python server"
|
|||||||
|
|
||||||
mkdir -p /opt/authentik-data/{certs,media,geoip,templates}
|
mkdir -p /opt/authentik-data/{certs,media,geoip,templates}
|
||||||
cp /opt/authentik/authentik/sources/kerberos/krb5.conf /etc/krb5.conf
|
cp /opt/authentik/authentik/sources/kerberos/krb5.conf /etc/krb5.conf
|
||||||
cp -r /usr/share/GeoIP/ /opt/authentik/geoip/
|
|
||||||
|
|
||||||
PG_VERSION="16" setup_postgresql
|
PG_VERSION="16" setup_postgresql
|
||||||
|
|
||||||
@ -203,4 +202,4 @@ EOF
|
|||||||
systemctl enable -q --now authentik-server.service authentik-worker.service
|
systemctl enable -q --now authentik-server.service authentik-worker.service
|
||||||
msg_ok "Services created"
|
msg_ok "Services created"
|
||||||
|
|
||||||
echo "${AUTHENTIK_VERSION}" > /opt/authentik_version.txt
|
echo "${AUTHENTIK_VERSION}" > /opt/authentik_version.txt
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user