From 47ea5076586a518f5c6c1b3dc3d92f613a344c31 Mon Sep 17 00:00:00 2001 From: samuel-p Date: Thu, 21 May 2020 01:59:34 +0200 Subject: [PATCH] updated setup.sh --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index 4bf9ba8..80f0688 100644 --- a/setup.sh +++ b/setup.sh @@ -4,6 +4,7 @@ URL="https://git.sp-codes.de/samuel-p/awesome-scripts/raw/branch/master/" SCRIPTS=("healthcheck.sh" "login-notify.sh" "validate-remote-backup.sh") for script in "${SCRIPTS[@]}"; do + echo "Downloading $script" curl "$URL$script" >"$script" chmod +x "$script" done