update README

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

View file

@ -42,22 +42,37 @@ 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
```
get-iso mate -f
```
```
Downloading: manjaro-mate-22.0-230104-linux61.iso
Downloading: manjaro-mate-22.0-230104-linux61.iso.sig
Wait for verification ...
gpg: assuming signed data in 'manjaro-mate-22.0-230104-linux61.iso'
gpg: Signature made ons 04 jan 2023 12:48:04 CET
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
```
If you rather take the full iso Another example downloading **minimal plasma**
```
get-iso plasma -f get-iso plasma
```
Example result of running the script ```
$ get-iso plasma
$ get-iso -f mate Downloading: manjaro-kde-22.1.3-minimal-230529-linux61.iso
Downloading: manjaro-mate-22.0-230104-linux61.iso Downloading: manjaro-kde-22.1.3-minimal-230529-linux61.iso.sig
Downloading: manjaro-mate-22.0-230104-linux61.iso.sig Wait for verification ...
Wait for verification ... gpg: assuming signed data in 'manjaro-kde-22.1.3-minimal-230529-linux61.iso'
gpg: assuming signed data in 'manjaro-mate-22.0-230104-linux61.iso' gpg: Signature made man 29 maj 2023 11:46:55 CEST
gpg: Signature made ons 04 jan 2023 12:48:04 CET gpg: using RSA key 3B794DE6D4320FCE594F4171279E7CF5D8D56EC8
gpg: using RSA key 3B794DE6D4320FCE594F4171279E7CF5D8D56EC8 gpg: Good signature from "Manjaro Build Server <build@manjaro.org>" [unknown]
gpg: Good signature from "Manjaro Build Server <build@manjaro.org>" [unknown] 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 ```