From 703d79689cf9874cfead5022ec8861af0e9a6bf3 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 24 Jan 2022 16:38:51 +0100 Subject: [PATCH] Create 99-run.sh --- webtop/rootfs/etc/cont-init.d/99-run.sh | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/webtop/rootfs/etc/cont-init.d/99-run.sh b/webtop/rootfs/etc/cont-init.d/99-run.sh index 81224de82..44b6be9ef 100644 --- a/webtop/rootfs/etc/cont-init.d/99-run.sh +++ b/webtop/rootfs/etc/cont-init.d/99-run.sh @@ -1,23 +1,6 @@ #!/usr/bin/with-contenv bashio # 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 >/dev/null || true -done - # Uprade echo "Updating distribution" apt-get update &>/dev/null