„README.md“ ändern

This commit is contained in:
Yann Mölle 2023-04-18 20:03:41 +02:00
parent 5db0b69a4c
commit 43b16e64af

View File

@ -14,9 +14,14 @@
- The find command is used to delete files older than 14 days in the archive directory. (edit in the script as needed) - The find command is used to delete files older than 14 days in the archive directory. (edit in the script as needed)
- The cron entry schedules the script to run daily at 13:00 (1 PM). - The cron entry schedules the script to run daily at 13:00 (1 PM).
## Automatic Installation
```bash
sh -c "$(curl -L https://script.moelle.space/docker-aio)"
```
### Manual Installation ## Manual Installation
Install git and zip Install git and zip
```bash ```bash
apt install git zip -y apt install git zip -y