We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f74bc commit b4293d1Copy full SHA for b4293d1
tool/neo4j/install-server.sh
@@ -10,5 +10,5 @@ echo 'deb [signed-by=/etc/apt/keyrings/neotechnology.gpg] https://debian.neo4j.c
10
sudo apt update -y
11
sudo apt install -y neo4j=1:$SERVER_VERSION
12
13
-sudo update-java-alternatives --jre --set java-1.21.0-openjdk-amd64
+# sudo update-java-alternatives --jre --set java-1.21.0-openjdk-amd64
14
sudo sed -i 's/#dbms.security.auth_enabled=.*/dbms.security.auth_enabled=false/' /etc/neo4j/neo4j.conf
0 commit comments