Skip to content

Commit

Permalink
📚 Update confirmation in Installation Script (home-assistant#12165)
Browse files Browse the repository at this point in the history
* 📚 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
  • Loading branch information
sinclairpaul authored Feb 23, 2020
1 parent aa7a018 commit 8b32b77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/hassio/installation.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 8b32b77

Please sign in to comment.