mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-03 02:17:42 +01:00
add yq
This commit is contained in:
@@ -9,6 +9,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apk update &&
|
||||
apk add --no-cache \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
@@ -19,6 +20,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
apt-get update &&
|
||||
apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
yq \
|
||||
curl \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
|
||||
Reference in New Issue
Block a user