📚 Update confirmation in Installation Script (#12165)

* 📚 Update confirmation in Installation Script

If a user were to copy paste the commands, I believe it will fail as there is no confirmation on the initial `software-properties-common` install.

Add's `-y` flag so copy paste would work.  One other thought, could this maybe be optimised to a single line install?

* Update installation.markdown
This commit is contained in:
Paul Sinclair 2020-02-23 06:49:39 -05:00 committed by GitHub
parent aa7a018464
commit 8b32b77ca9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,9 +166,8 @@ Debian/Ubuntu:
```bash
sudo -i
apt-get install software-properties-common
apt-get update
apt-get install -y apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat
apt-get install -y software-properties-common apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat
systemctl disable ModemManager
curl -fsSL get.docker.com | sh
```