Browse Source

Add SSH to debian installer

content-update
Xavier Petit 4 years ago committed by xpetit
parent
commit
4aebd57f99
  1. 2
      scripts/install-debian.sh

2
scripts/install-debian.sh

@ -60,7 +60,7 @@ fi
EOF
# Basic packages
apt-get -y install man bash-completion git ufw jq curl build-essential netcat wget psmisc lz4 file net-tools brotli unzip zip moreutils xauth sysfsutils rsync iperf pv tree mc screen
apt-get -y install man bash-completion git ufw jq curl build-essential netcat wget psmisc lz4 file net-tools brotli unzip zip moreutils xauth sysfsutils rsync iperf pv tree mc screen ssh
# Configure screen
cat <<'EOF'>> /etc/screenrc

Loading…
Cancel
Save