From da466e7551672a5d47c6f687b75b53cfaaa9a339 Mon Sep 17 00:00:00 2001 From: Gerd Zelo Date: Wed, 27 May 2020 00:00:06 +0200 Subject: [PATCH] 2020.05.27-00:00:06 --- updateRpiScripts.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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