add user prompt for file selection in download script

This commit is contained in:
2025-02-20 18:51:12 -03:00
parent 8902c038c2
commit 917fbd44fb
2 changed files with 26 additions and 8 deletions

View File

@@ -6,11 +6,13 @@ They feature auto-updating, and some error handling.
## `scripts-download.sh`
This script is used to download all the scripts in this repository to a specified directory.
This script is used to download selected scripts in this repository to a specified directory and install them as cron jobs.
```bash
curl -sSL https://git.ivanch.me/ivanch/server-scripts/raw/branch/main/scripts-download.sh | bash
```
When you run the script, you will be prompted to select which scripts you want to download and install.
### `backup.sh`
This script is used to backup a directory to a remote server using `rsync`. It is intended to be run as a cron job.