update README

This commit is contained in:
Frede Hundewadt 2023-08-23 10:32:26 +02:00
parent 1a2fbbe5d0
commit fecda6d988

View file

@ -42,15 +42,11 @@ Make the file executable
The script defaults to pull the minimal ISO and downloaded files is placed your home folder. The script defaults to pull the minimal ISO and downloaded files is placed your home folder.
get-iso plasma Example downloading **full mate** edition
```
If you rather take the full iso get-iso mate -f
```
get-iso plasma -f ```
Example result of running the script
$ get-iso -f mate
Downloading: manjaro-mate-22.0-230104-linux61.iso Downloading: manjaro-mate-22.0-230104-linux61.iso
Downloading: manjaro-mate-22.0-230104-linux61.iso.sig Downloading: manjaro-mate-22.0-230104-linux61.iso.sig
Wait for verification ... Wait for verification ...
@ -61,3 +57,22 @@ Example result of running the script
gpg: WARNING: This key is not certified with a trusted signature! gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner. gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 3B79 4DE6 D432 0FCE 594F 4171 279E 7CF5 D8D5 6EC8 Primary key fingerprint: 3B79 4DE6 D432 0FCE 594F 4171 279E 7CF5 D8D5 6EC8
```
Another example downloading **minimal plasma**
```
get-iso plasma
```
```
$ get-iso plasma
Downloading: manjaro-kde-22.1.3-minimal-230529-linux61.iso
Downloading: manjaro-kde-22.1.3-minimal-230529-linux61.iso.sig
Wait for verification ...
gpg: assuming signed data in 'manjaro-kde-22.1.3-minimal-230529-linux61.iso'
gpg: Signature made man 29 maj 2023 11:46:55 CEST
gpg: using RSA key 3B794DE6D4320FCE594F4171279E7CF5D8D56EC8
gpg: Good signature from "Manjaro Build Server <build@manjaro.org>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 3B79 4DE6 D432 0FCE 594F 4171 279E 7CF5 D8D5 6EC8
```