2020.05.27-00:00:06

This commit is contained in:
Gerd Zelo 2020-05-27 00:00:06 +02:00
parent 5c496f3751
commit da466e7551
1 changed files with 3 additions and 1 deletions

View File

@ -35,7 +35,9 @@ cd "$downloadDir" || exit
scripturls=("https://raw.githubusercontent.com/Zelo72/rpi/master/pihole/backupPiholeSettings.sh"
"https://raw.githubusercontent.com/Zelo72/rpi/master/pihole/updatePihole.sh"
"https://raw.githubusercontent.com/Zelo72/rpi/master/unbound/updateUnboundRootHints.sh"
"https://raw.githubusercontent.com/Zelo72/rpi/master/pi/backupPiSDimg.sh")
"https://raw.githubusercontent.com/Zelo72/rpi/master/pi/backupPiSDimg.sh"
"https://raw.githubusercontent.com/Zelo72/rpi/master/pihole/migratePiholeAdlists.py"
"https://raw.githubusercontent.com/Zelo72/rpi/master/pihole/migratePiholeAuditLog.py")
# Scripte herunterladen und in $DownloadDir speichern/updaten und mit chmod ausführbar machen
for url in "${scripturls[@]}"; do