mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-25 10:11:53 +02:00
Update 00-aaa_dockerfile_backup.sh
This commit is contained in:
@@ -3,12 +3,14 @@
|
|||||||
if [ ! -f "/usr/bin/bashio" ]; then
|
if [ ! -f "/usr/bin/bashio" ]; then
|
||||||
echo "Bashio does not exist, executing script"
|
echo "Bashio does not exist, executing script"
|
||||||
(
|
(
|
||||||
|
# Remove errors on apt-get
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
################
|
################
|
||||||
# Install apps #
|
# Install apps #
|
||||||
################
|
################
|
||||||
apt-get clean &&
|
apt-get clean &&
|
||||||
apt-get update &&
|
apt-get update &&
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -yq --no-install-recommends \
|
||||||
jq \
|
jq \
|
||||||
curl \
|
curl \
|
||||||
yamllint
|
yamllint
|
||||||
|
|||||||
Reference in New Issue
Block a user