From fecda6d988b565cd5d922f79de99fd60e4684ace Mon Sep 17 00:00:00 2001 From: Frede Hundewadt Date: Wed, 23 Aug 2023 10:32:26 +0200 Subject: [PATCH] update README --- README.md | 51 +++++++++++++++++++++++++++++++++------------------ 1 file changed, 33 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index ef6ae39..6477ba1 100644 --- a/README.md +++ b/README.md @@ -42,22 +42,37 @@ Make the file executable 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 " [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 - - 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.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 " [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 +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 " [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 +```