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 bcc29c9 commit 26fc2f1Copy full SHA for 26fc2f1
scripts/install.sh
@@ -7,7 +7,7 @@ DUMP_VERSION='v2'
7
# setup
8
build_dependencies='curl git build-essential'
9
sudo apt-get update > /dev/null
10
-sudo apt-get upgrade > /dev/null
+sudo apt-get upgrade -y > /dev/null
11
sudo apt-get install -y ${build_dependencies} > /dev/null
12
13
# install postgres
@@ -93,8 +93,7 @@ HostbasedAuthentication no
93
PermitEmptyPasswords no
94
ChallengeResponseAuthentication no
95
PasswordAuthentication no
96
-X11Forwarding yes
97
-X11DisplayOffset 10
+X11Forwarding no
98
PrintMotd no
99
PrintLastLog yes
100
TCPKeepAlive yes
0 commit comments