Installation fails. Please try "apt-get update"

Ich versuche Pi-Hole auf dem PI 3 B zu installieren, auf dem PI selbst läuft Raspbian buster und bisher ist auch noch nicht viel mit dem PI gemacht worden.

Hier mal die ausgabe von "curl -sSL https://install.pi-hole.net | sudo bash -x" und "apt-get update"

> curl -sSL https://install.pi-hole.net | sudo bash -x
> + set -e
> ++ cat
> + DNS_SERVERS='Google (ECS);8.8.8.8;8.8.4.4;2001:4860:4860:0:0:0:0:8888;2001:4860:4860:0:0:0:0:8844
> OpenDNS (ECS);208.67.222.222;208.67.220.220;2620:0:ccc::2;2620:0:ccd::2
> Level3;4.2.2.1;4.2.2.2;;
> Comodo;8.26.56.26;8.20.247.20;;
> DNS.WATCH;84.200.69.80;84.200.70.40;2001:1608:10:25:0:0:1c04:b12f;2001:1608:10:25:0:0:9249:d69b
> Quad9 (filtered, DNSSEC);9.9.9.9;149.112.112.112;2620:fe::fe;2620:fe::9
> Quad9 (unfiltered, no DNSSEC);9.9.9.10;149.112.112.10;2620:fe::10;2620:fe::fe:10
> Quad9 (filtered + ECS);9.9.9.11;149.112.112.11;2620:fe::11;
> Cloudflare;1.1.1.1;1.0.0.1;2606:4700:4700::1111;2606:4700:4700::1001'
> + installLogLoc=/etc/pihole/install.log
> + setupVars=/etc/pihole/setupVars.conf
> + lighttpdConfig=/etc/lighttpd/lighttpd.conf
> + coltable=/opt/pihole/COL_TABLE
> + webroot=/var/www/html
> + webInterfaceGitUrl=https://github.com/pi-hole/AdminLTE.git
> + webInterfaceDir=/var/www/html/admin
> + piholeGitUrl=https://github.com/pi-hole/pi-hole.git
> + PI_HOLE_LOCAL_REPO=/etc/.pihole
> + PI_HOLE_FILES=(chronometer list piholeDebug piholeLogFlush setupLCD update version gravity uninstall webpage)
> + PI_HOLE_INSTALL_DIR=/opt/pihole
> + PI_HOLE_CONFIG_DIR=/etc/pihole
> + PI_HOLE_BLOCKPAGE_DIR=/var/www/html/pihole
> + useUpdateVars=false
> + adlistFile=/etc/pihole/adlists.list
> + regexFile=/etc/pihole/regex.list
> + IPV4_ADDRESS=
> + IPV6_ADDRESS=
> + QUERY_LOGGING=true
> + INSTALL_WEB_INTERFACE=true
> + PRIVACY_LEVEL=0
> + '[' -z root ']'
> ++ stty size
> stty: Standardeingabe: Unpassender IOCTL (I/O-Control) für das Gerät
> ++ printf '%d %d' 24 80
> + screen_size='24 80'
> + printf -v rows %d 24
> + printf -v columns %d 80
> + r=12
> + c=40
> + r=20
> + c=70
> + skipSpaceCheck=false
> + reconfigure=false
> + runUnattended=false
> + INSTALL_WEB_SERVER=true
> + [[ -f /opt/pihole/COL_TABLE ]]
> + COL_NC='\e[0m'
> + COL_LIGHT_GREEN='\e[1;32m'
> + COL_LIGHT_RED='\e[1;31m'
> + TICK='[\e[1;32m✓\e[0m]'
> + CROSS='[\e[1;31m✗\e[0m]'
> + INFO='[i]'
> + DONE='\e[1;32m done!\e[0m'
> + OVER='\r\033[K'
> + binary=tbd
> + counter=0
> + [[ '' != true ]]
> + main
> + local 'str=Root user check'
> + printf '\n'
> 
> + [[ 0 -eq 0 ]]
> + printf '  %b %s\n' '[\e[1;32m✓\e[0m]' 'Root user check'
>   [✓] Root user check
> + show_ascii_berry
> + echo -e '
>         \e[1;32m.;;,.
>         .ccccc:,.
>          :cccclll:.      ..,,
>           :ccccclll.   ;ooodc
>            '\''ccll:;ll .oooodc
>              .;cll.;;looo:.
>                  \e[1;31m.. '\'','\''.
>                 .'\'',,,,,,'\''.
>               .'\'',,,,,,,,,,.
>             .'\'',,,,,,,,,,,,....
>           ....'\'''\'''\'',,,,,,,'\''.......
>         .........  ....  .........
>         ..........      ..........
>         ..........      ..........
>         .........  ....  .........
>           ........,,,,,,,'\''......
>             ....'\'',,,,,,,,,,,,.
>                .'\'',,,,,,,,,'\''.
>                 .'\'',,,,,,'\''.
>                   ..'\'''\'''\''.\e[0m
> '
> 
>         .;;,.
>         .ccccc:,.
>          :cccclll:.      ..,,
>           :ccccclll.   ;ooodc
>            'ccll:;ll .oooodc
>              .;cll.;;looo:.
>                  .. ','.
>                 .',,,,,,'.
>               .',,,,,,,,,,.
>             .',,,,,,,,,,,,....
>           ....''',,,,,,,'.......
>         .........  ....  .........
>         ..........      ..........
>         ..........      ..........
>         .........  ....  .........
>           ........,,,,,,,'......
>             ....',,,,,,,,,,,,.
>                .',,,,,,,,,'.
>                 .',,,,,,'.
>                   ..'''.
> 
> + make_temporary_log
> ++ mktemp /tmp/pihole_temp.XXXXXX
> + TEMPLOG=/tmp/pihole_temp.ZfKonp
> + exec
> + rm /tmp/pihole_temp.ZfKonp
> + distro_check
> + is_command apt-get
> + local check_command=apt-get
> + command -v apt-get
> + PKG_MANAGER=apt-get
> + UPDATE_PKG_CACHE='apt-get update'
> + PKG_INSTALL=(${PKG_MANAGER} --yes --no-install-recommends install)
> + PKG_COUNT='apt-get -s -o Debug::NoLocking=true upgrade | grep -c ^Inst || true'
> + APT_SOURCES=/etc/apt/sources.list
> + awk 'BEGIN{a=1;b=0}/bionic main/{a=0}/bionic.*universe/{b=1}END{exit a + b}' /etc/apt/sources.list
> + apt-get install --dry-run iproute2
> + iproute_pkg=iproute2
> + is_command php
> + local check_command=php
> + command -v php
> + [[ '' != true ]]
> + apt-get install --dry-run php
> + phpVer=php
> + apt-get install --dry-run php-sqlite3
> + phpSqlite=sqlite3
> + INSTALLER_DEPS=(apt-utils dialog debconf dhcpcd5 git ${iproute_pkg} whiptail)
> + PIHOLE_DEPS=(cron curl dnsutils iputils-ping lsof netcat psmisc sudo unzip wget idn2 sqlite3 libcap2-bin dns-root-data resolvconf libcap2)
> + PIHOLE_WEB_DEPS=(lighttpd ${phpVer}-common ${phpVer}-cgi ${phpVer}-${phpSqlite})
> + LIGHTTPD_USER=www-data
> + LIGHTTPD_GROUP=www-data
> + LIGHTTPD_CFG=lighttpd.conf.debian
> + [[ -f /etc/pihole/setupVars.conf ]]
> + [[ false == true ]]
> + verifyFreeDiskSpace
> + local 'str=Disk space check'
> + local required_free_kilobytes=51200
> + local existing_free_kilobytes
> ++ df -Pk
> ++ grep -m1 '\/$'
> ++ awk '{print $4}'
> + existing_free_kilobytes=54994516
> + [[ 54994516 =~ ^([0-9])+$ ]]
> + [[ 54994516 -lt 51200 ]]
> + printf '  %b %s\n' '[\e[1;32m✓\e[0m]' 'Disk space check'
>   [✓] Disk space check
> + update_package_cache
> + local 'str=Update local cache of available packages'
> + printf '  %b %s...' '[i]' 'Update local cache of available packages'
>   [i] Update local cache of available packages...+ eval 'apt-get update'
> + printf '%b  %b %s\n' '\r\033[K' '[\e[1;31m✗\e[0m]' 'Update local cache of available packages'
>   [✗] Update local cache of available packages
> + printf '  %bError: Unable to update package cache. Please try "%s"%b' '\e[1;31m' 'apt-get update' '\e[0m'
>   Error: Unable to update package cache. Please try "apt-get update"+ return 1
> + exit 1
> pi@pi:~ $ sudo apt-get update 
> OK:1 http://archive.raspberrypi.org/debian buster InRelease
> Ign:2 https://dl.bintray.com/fg2it/deb-rpi-1b stretch InRelease
> Holen:3 https://dl.bintray.com/fg2it/deb-rpi-1b stretch Release [5.300 B]
> OK:4 https://repo.z-wave.me/z-way/raspbian stretch InRelease
> Holen:5 https://dl.bintray.com/fg2it/deb-rpi-1b stretch Release.gpg [821 B]
> OK:6 http://raspbian.raspberrypi.org/raspbian buster InRelease
> Ign:5 https://dl.bintray.com/fg2it/deb-rpi-1b stretch Release.gpg
> Paketlisten werden gelesen... Fertig
> W: Das Laden der konfigurierten Datei »contrib/binary-armhf/Packages« wird übersprungen, da das Depot »https://repo.z-wave.me/z-way/raspbian stretch InRelease« die Komponente »contrib« nicht enthält. (Schreibfehler bei der Angabe der Komponente in sources.list?)
> W: Das Laden der konfigurierten Datei »contrib/i18n/Translation-de« wird übersprungen, da das Depot »https://repo.z-wave.me/z-way/raspbian stretch InRelease« die Komponente »contrib« nicht enthält. (Schreibfehler bei der Angabe der Komponente in sources.list?)
> W: Das Laden der konfigurierten Datei »contrib/i18n/Translation-en« wird übersprungen, da das Depot »https://repo.z-wave.me/z-way/raspbian stretch InRelease« die Komponente »contrib« nicht enthält. (Schreibfehler bei der Angabe der Komponente in sources.list?)
> W: Das Laden der konfigurierten Datei »contrib/i18n/Translation-de_DE« wird übersprungen, da das Depot »https://repo.z-wave.me/z-way/raspbian stretch InRelease« die Komponente »contrib« nicht enthält. (Schreibfehler bei der Angabe der Komponente in sources.list?)
> W: GPG-Fehler: https://dl.bintray.com/fg2it/deb-rpi-1b stretch Release: Die folgenden Signaturen konnten nicht überprüft werden, weil ihr öffentlicher Schlüssel nicht verfügbar ist: NO_PUBKEY 379CE192D401AB61
> E: Das Depot »https://dl.bintray.com/fg2it/deb-rpi-1b stretch Release« ist nicht signiert.
> N: Eine Aktualisierung von solch einem Depot kann nicht auf eine sichere Art durchgeführt werden, daher ist es standardmäßig deaktiviert.
> N: Weitere Details zur Erzeugung von Paketdepots sowie zu deren Benutzerkonfiguration finden Sie in der Handbuchseite apt-secure(8).
> W: Ziel Packages (main/binary-armhf/Packages) ist mehrfach konfiguriert in /etc/apt/sources.list.d/grafana.list:1 und /etc/apt/sources.list.d/grafana.list:2
> W: Ziel Packages (main/binary-all/Packages) ist mehrfach konfiguriert in /etc/apt/sources.list.d/grafana.list:1 und /etc/apt/sources.list.d/grafana.list:2
> W: Ziel Translations (main/i18n/Translation-de_DE) ist mehrfach konfiguriert in /etc/apt/sources.list.d/grafana.list:1 und /etc/apt/sources.list.d/grafana.list:2
> W: Ziel Translations (main/i18n/Translation-de) ist mehrfach konfiguriert in /etc/apt/sources.list.d/grafana.list:1 und /etc/apt/sources.list.d/grafana.list:2
> W: Ziel Translations (main/i18n/Translation-en) ist mehrfach konfiguriert in /etc/apt/sources.list.d/grafana.list:1 und /etc/apt/sources.list.d/grafana.list:2

Kennt jemand eine Lösung oder Hilfe für das Problem?

Da scheint etwas mit der Paketverwaltung bzw. Paketquellen (/etc/apt/sources.list, /etc/apt/sources.list.d/) nicht in Ordnung zu sein.

Mach dich mal schlau, ob bspw. die Paketquelle https://repo.z-wave.me/z-way/raspbian gültig, erreichbar und für Buster verfügbar ist.