mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-14 18:10:33 +02:00
Suppress messages
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# If dockerfile failed install manually
|
||||
if [ ! -f "/usr/bin/bashio" ]; then
|
||||
echo "Bashio does not exist, executing script"
|
||||
|
||||
(
|
||||
################
|
||||
# Install apps #
|
||||
################
|
||||
@@ -26,6 +26,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
mv /tmp/bashio/lib /usr/lib/bashio
|
||||
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
||||
rm -rf /tmp/bashio
|
||||
|
||||
) >/dev/null
|
||||
echo "Bashio installed"
|
||||
fi
|
||||
|
||||
@@ -2,20 +2,20 @@
|
||||
# If dockerfile failed install manually
|
||||
if [ ! -f "/usr/bin/bashio" ]; then
|
||||
echo "Bashio does not exist, executing script"
|
||||
|
||||
(
|
||||
################
|
||||
# Install apps #
|
||||
################
|
||||
apt-get clean \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
apt-get clean &&
|
||||
apt-get update &&
|
||||
apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
samba \
|
||||
smbclient \
|
||||
nginx \
|
||||
&& apt-get clean
|
||||
nginx &&
|
||||
apt-get clean
|
||||
|
||||
###################
|
||||
# Install bashio #
|
||||
@@ -27,6 +27,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
mv /tmp/bashio/lib /usr/lib/bashio
|
||||
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
||||
rm -rf /tmp/bashio
|
||||
|
||||
) >/dev/null
|
||||
echo "Bashio installed"
|
||||
fi
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# If dockerfile failed install manually
|
||||
if [ ! -f "/usr/bin/bashio" ]; then
|
||||
echo "Bashio does not exist, executing script"
|
||||
|
||||
(
|
||||
################
|
||||
# Install apps #
|
||||
################
|
||||
@@ -33,5 +33,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
########################################
|
||||
mkdir -p -m 777 /config/filebrowser || true
|
||||
|
||||
) >/dev/null
|
||||
echo "Bashio installed"
|
||||
fi
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# If dockerfile failed install manually
|
||||
if [ ! -f "/usr/bin/bashio" ]; then
|
||||
echo "Bashio does not exist, executing script"
|
||||
|
||||
(
|
||||
################
|
||||
# Install apps #
|
||||
################
|
||||
@@ -23,6 +23,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
mv /tmp/bashio/lib /usr/lib/bashio
|
||||
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
||||
rm -rf /tmp/bashio
|
||||
|
||||
) >/dev/null
|
||||
echo "Bashio installed"
|
||||
fi
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# If dockerfile failed install manually
|
||||
if [ ! -f "/usr/bin/bashio" ]; then
|
||||
echo "Bashio does not exist, executing script"
|
||||
|
||||
(
|
||||
################
|
||||
# Install apps #
|
||||
################
|
||||
@@ -32,6 +32,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
mv /tmp/bashio/lib /usr/lib/bashio
|
||||
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
||||
rm -rf /tmp/bashio
|
||||
|
||||
) >/dev/null
|
||||
echo "Bashio installed"
|
||||
fi
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# If dockerfile failed install manually
|
||||
if [ ! -f "/usr/bin/bashio" ]; then
|
||||
echo "Bashio does not exist, executing script"
|
||||
|
||||
(
|
||||
################
|
||||
# Install apps #
|
||||
################
|
||||
@@ -13,10 +13,10 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
cifs-utils \
|
||||
keyutils \
|
||||
samba-client \
|
||||
samba || \
|
||||
samba ||
|
||||
(
|
||||
apt-get clean && \
|
||||
apt-get update && \
|
||||
apt-get clean &&
|
||||
apt-get update &&
|
||||
apt-get install -y --no-install-recommends \
|
||||
jq \
|
||||
curl \
|
||||
@@ -36,6 +36,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
mv /tmp/bashio/lib /usr/lib/bashio
|
||||
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
||||
rm -rf /tmp/bashio
|
||||
|
||||
) >/dev/null
|
||||
echo "Bashio installed"
|
||||
fi
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# If dockerfile failed install manually
|
||||
if [ ! -f "/usr/bin/bashio" ]; then
|
||||
echo "Bashio does not exist, executing script"
|
||||
|
||||
(
|
||||
################
|
||||
# Install apps #
|
||||
################
|
||||
@@ -34,6 +34,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
mv /tmp/bashio/lib /usr/lib/bashio
|
||||
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
||||
rm -rf /tmp/bashio
|
||||
|
||||
) >/dev/null
|
||||
echo "Bashio installed"
|
||||
fi
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
# If dockerfile failed install manually
|
||||
if [ ! -f "/usr/bin/bashio" ]; then
|
||||
echo "Bashio does not exist, executing script"
|
||||
|
||||
(
|
||||
################
|
||||
# Install apps #
|
||||
################
|
||||
@@ -59,4 +59,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
echo 'WebUI\LocalHostAuth=false' >>/defaults/qBittorrent.conf \
|
||||
>>/defaults/qBittorrent.conf
|
||||
|
||||
) >/dev/null
|
||||
echo "Bashio installed"
|
||||
fi
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
# If dockerfile failed install manually
|
||||
if [ ! -f "/usr/bin/bashio" ]; then
|
||||
echo "Bashio does not exist, executing script"
|
||||
|
||||
(
|
||||
################
|
||||
# Install apps #
|
||||
################
|
||||
@@ -29,6 +29,6 @@ if [ ! -f "/usr/bin/bashio" ]; then
|
||||
mv /tmp/bashio/lib /usr/lib/bashio
|
||||
ln -s /usr/lib/bashio/bashio /usr/bin/bashio
|
||||
rm -rf /tmp/bashio
|
||||
|
||||
) >/dev/null
|
||||
echo "Bashio installed"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user