mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-09 00:55:58 +02:00
Update 99-run.sh
This commit is contained in:
@@ -1,9 +1,25 @@
|
|||||||
#!/usr/bin/with-contenv bashio
|
#!/usr/bin/with-contenv bashio
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
|
|
||||||
|
# Add custom repositories
|
||||||
|
|
||||||
|
CUSTOMREPOSITORIES="libreoffice/ppa
|
||||||
|
ubuntuhandbook1/darktable
|
||||||
|
mozillateam/ppa
|
||||||
|
stebbins/handbrake-releases
|
||||||
|
kritalime/ppa
|
||||||
|
team-xbmc/ppa
|
||||||
|
lutris-team/lutris
|
||||||
|
graphics-drivers/ppa"
|
||||||
|
|
||||||
|
echo "Adding custom repository : "
|
||||||
|
for repositories in $CUSTOMREPOSITORIES; do
|
||||||
|
echo "$repositories"
|
||||||
|
add-apt-repository ppa:$repositories || true
|
||||||
|
done
|
||||||
|
|
||||||
# Uprade
|
# Uprade
|
||||||
echo "Updating distribution"
|
echo "Updating distribution"
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
|
||||||
apt-get update &>/dev/null
|
apt-get update &>/dev/null
|
||||||
apt-get -y upgrade >/dev/null || true
|
apt-get -y upgrade >/dev/null || true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user