mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
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:
parent
0c97358469
commit
8ca60a728f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user