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]
This commit is contained in:
jasonbuechler 2019-04-16 00:16:21 -07:00 committed by Fabian Affolter
parent 0c97358469
commit 8ca60a728f

View File

@ -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