From 971d222277c03a88f07d085a1d5db4d30b59cc93 Mon Sep 17 00:00:00 2001 From: Gerd Zelo Date: Wed, 6 May 2020 11:53:22 +0200 Subject: [PATCH] 2020.05.06-11:53:22 --- updateRpiScripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/updateRpiScripts.sh b/updateRpiScripts.sh index 65bd2dbb..4519c6cf 100644 --- a/updateRpiScripts.sh +++ b/updateRpiScripts.sh @@ -34,7 +34,8 @@ cd "$downloadDir" || exit # Script-Dateien die heruntergeladen werden sollen, weitere einfach hinzufügen 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/unbound/updateUnboundRootHints.sh" + "https://raw.githubusercontent.com/Zelo72/rpi/master/pi/backupPiSDimg.sh") # Scripte herunterladen und in $DownloadDir speichern/updaten und mit chmod ausführbar machen for url in "${scripturls[@]}"; do