Skip to content

Commit 26fc2f1

Browse files
committed
Cleanup ssh config and apt-get call
1 parent bcc29c9 commit 26fc2f1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

scripts/install.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ DUMP_VERSION='v2'
77
# setup
88
build_dependencies='curl git build-essential'
99
sudo apt-get update > /dev/null
10-
sudo apt-get upgrade > /dev/null
10+
sudo apt-get upgrade -y > /dev/null
1111
sudo apt-get install -y ${build_dependencies} > /dev/null
1212

1313
# install postgres
@@ -93,8 +93,7 @@ HostbasedAuthentication no
9393
PermitEmptyPasswords no
9494
ChallengeResponseAuthentication no
9595
PasswordAuthentication no
96-
X11Forwarding yes
97-
X11DisplayOffset 10
96+
X11Forwarding no
9897
PrintMotd no
9998
PrintLastLog yes
10099
TCPKeepAlive yes

0 commit comments

Comments
 (0)