diff --git a/updateRpiScripts.sh b/updateRpiScripts.sh index 4519c6cf..07bf73dc 100644 --- a/updateRpiScripts.sh +++ b/updateRpiScripts.sh @@ -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