updated setup.sh

This commit is contained in:
Samuel Philipp 2020-05-21 01:59:34 +02:00
parent 53bef2b6e6
commit 47ea507658
1 changed files with 1 additions and 0 deletions

View File

@ -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