mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-18 23:01:49 +02:00
Update 99-run.sh
This commit is contained in:
@@ -15,13 +15,13 @@ graphics-drivers/ppa"
|
|||||||
echo "Adding custom repository : "
|
echo "Adding custom repository : "
|
||||||
for repositories in $CUSTOMREPOSITORIES; do
|
for repositories in $CUSTOMREPOSITORIES; do
|
||||||
echo "$repositories"
|
echo "$repositories"
|
||||||
add-apt-repository ppa:$repositories || true
|
add-apt-repository ppa:$repositories >/dev/null || true
|
||||||
done
|
done
|
||||||
|
|
||||||
# Uprade
|
# Uprade
|
||||||
echo "Updating distribution"
|
echo "Updating distribution"
|
||||||
apt-get update &>/dev/null
|
apt-get update &>/dev/null
|
||||||
apt-get -y upgrade >/dev/null || true
|
apt-get -y upgrade &>/dev/null || true
|
||||||
|
|
||||||
# Fix mate software center
|
# Fix mate software center
|
||||||
if [ -f /usr/lib/dbus-1.0/dbus-daemon-launch-helper ]; then
|
if [ -f /usr/lib/dbus-1.0/dbus-daemon-launch-helper ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user