updated setup.sh
This commit is contained in:
parent
53bef2b6e6
commit
47ea507658
1 changed files with 1 additions and 0 deletions
1
setup.sh
1
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
|
||||
|
|
Reference in a new issue