From 8b32b77ca9176334d3c66822d247610aa70786e4 Mon Sep 17 00:00:00 2001 From: Paul Sinclair <24625998+sinclairpaul@users.noreply.github.com> Date: Sun, 23 Feb 2020 06:49:39 -0500 Subject: [PATCH] :books: Update confirmation in Installation Script (#12165) * :books: 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 --- source/hassio/installation.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/hassio/installation.markdown b/source/hassio/installation.markdown index 604dfd3ba827..44fea4ca10f1 100644 --- a/source/hassio/installation.markdown +++ b/source/hassio/installation.markdown @@ -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 ```