Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Gio authored Aug 29, 2018
1 parent 1c8f55f commit 4a47585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ fi

function basic_server_setup {

apt-get update && apt-get -y safe-upgrade
apt-get update && apt-get -y upgrade

# Reconfigure sshd - change port and disable root login
sed -i 's/^Port [0-9]*/Port '${SSHD_PORT}'/' /etc/ssh/sshd_config
Expand Down

0 comments on commit 4a47585

Please sign in to comment.