batchupdate/README.md

11 lines
205 B
Markdown
Raw Normal View History

2023-04-19 19:25:17 +02:00
# batchupdate
2023-04-19 20:35:26 +02:00
Script that automaticly updates all your linux servers at once.
2023-04-19 19:25:17 +02:00
2023-04-19 20:32:32 +02:00
## Installation
2023-04-19 21:16:27 +02:00
2023-04-19 20:32:32 +02:00
```bash
2023-04-19 21:16:27 +02:00
sudo chown www-data:www-data /path/to/servers.txt
2023-04-19 20:32:32 +02:00
```
```bash
2023-04-19 21:16:27 +02:00
sudo chmod 664 /path/to/servers.txt
```