mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-16 20:39:12 +02:00
remove yq
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ RUN \
|
|||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
curl \
|
curl \
|
||||||
jq \
|
jq \
|
||||||
yq \
|
|
||||||
\
|
\
|
||||||
###################
|
###################
|
||||||
# Install bashio #
|
# Install bashio #
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
@@ -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 \
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user