From 8ca60a728f4c6f7c3153e0296820e1d7bb3865d7 Mon Sep 17 00:00:00 2001 From: jasonbuechler <34217071+jasonbuechler@users.noreply.github.com> Date: Tue, 16 Apr 2019 00:16:21 -0700 Subject: [PATCH] pkg-update doesn't have "assume yes" flag (#9218) I'm guessing the -y was meant to be on pkg upgrade, instead? from pkg help update: pkg update [-fq] [-r reponame] pkg update [--{force,quiet}] [--repository reponame] --- source/_docs/installation/freenas.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/installation/freenas.markdown b/source/_docs/installation/freenas.markdown index 9d775654029..f5919c098e2 100644 --- a/source/_docs/installation/freenas.markdown +++ b/source/_docs/installation/freenas.markdown @@ -23,7 +23,7 @@ Create the user and group that Home Assistant will run as. The user/group ID of Install the necessary Python packages: ```bash -# pkg update -y +# pkg update # pkg upgrade # pkg install -y python37 py37-sqlite3 ca_root_nss # python3.7 -m ensurepip