remove yq

This commit is contained in:
Alexandre
2021-12-01 22:40:40 +01:00
parent 9e63a4ff1f
commit e53b25d84e
13 changed files with 0 additions and 14 deletions

View File

@@ -10,7 +10,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
apt-get update apt-get update
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
jq \ jq \
yq \
cifs-utils \ cifs-utils \
keyutils \ keyutils \
samba \ samba \

View File

@@ -10,7 +10,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
apt-get update && apt-get update &&
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
jq \ jq \
yq \
cifs-utils \ cifs-utils \
keyutils \ keyutils \
samba \ samba \

View File

@@ -12,7 +12,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
apt-get update apt-get update
apt-get install -yq --no-install-recommends \ apt-get install -yq --no-install-recommends \
jq \ jq \
yq \
curl \ curl \
yamllint yamllint

View File

@@ -12,7 +12,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
apt-get update && apt-get update &&
apt-get install --no-install-recommends \ apt-get install --no-install-recommends \
jq \ jq \
yq \
curl \ curl \
yamllint yamllint

View File

@@ -9,7 +9,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
apk add --no-cache \ apk add --no-cache \
curl \ curl \
jq \ jq \
yq \
bash \ bash \
cifs-utils \ cifs-utils \
keyutils \ keyutils \

View File

@@ -10,7 +10,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
apt-get update && apt-get update &&
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
jq \ jq \
yq \
curl \ curl \
yamllint yamllint

View File

@@ -9,7 +9,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
apt-get update apt-get update
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
jq \ jq \
yq \
samba \ samba \
smbclient \ smbclient \
nginx nginx

View File

@@ -9,7 +9,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
apk update && apk update &&
apk add --no-cache \ apk add --no-cache \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \

View File

@@ -10,7 +10,6 @@ RUN \
apk add --no-cache \ apk add --no-cache \
curl \ curl \
jq \ jq \
yq \
\ \
################### ###################
# Install bashio # # Install bashio #

View File

@@ -11,7 +11,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
apt-get update && apt-get update &&
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \

View File

@@ -10,7 +10,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
apt-get update && apt-get update &&
apt-get install -y --no-install-recommends \ apt-get install -y --no-install-recommends \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \
@@ -19,7 +18,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
apk update && apk update &&
apk add --no-cache \ apk add --no-cache \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \

View File

@@ -11,7 +11,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
apt-get update \ apt-get update \
apt-get install -y \ apt-get install -y \
jq \ jq \
yq \
curl \ curl \
cifs-utils \ cifs-utils \
keyutils \ keyutils \

View File

@@ -10,7 +10,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
apt-get update apt-get update
apt-get install -y \ apt-get install -y \
jq \ jq \
yq \
yamllint \ yamllint \
curl && curl &&
apt-get clean apt-get clean