„README.md“ ändern
This commit is contained in:
parent
39b8aaf175
commit
9ce75cd264
21
README.md
21
README.md
@ -1,2 +1,23 @@
|
|||||||
# batchupdate
|
# batchupdate
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
Clone the repository
|
||||||
|
```bash
|
||||||
|
git clone https://git.moelle.space/hxcde/batchupdate.git
|
||||||
|
```
|
||||||
|
Edit `servers.conf`, add the servers IPs in the List<br>
|
||||||
|
Example:
|
||||||
|
```bash
|
||||||
|
10.0.0.1
|
||||||
|
10.0.0.2
|
||||||
|
10.0.0.3
|
||||||
|
```
|
||||||
|
Run the `setup-servers` script. You will be asked to enter the root Password. The script will add its key to `authorized_keys`
|
||||||
|
```bash
|
||||||
|
bash setup-servers
|
||||||
|
```
|
||||||
|
## Update the Servers from the list
|
||||||
|
Run the update script, it should check if updates are available
|
||||||
|
```bash
|
||||||
|
bash runupdate
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user