Files
batchupdate/README.md
2023-04-19 21:16:27 +02:00

11 lines
205 B
Markdown

# batchupdate
Script that automaticly updates all your linux servers at once.
## Installation
```bash
sudo chown www-data:www-data /path/to/servers.txt
```
```bash
sudo chmod 664 /path/to/servers.txt
```