From 37d2f1e9fc3888de78944e3e5539b4354608d456 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 14 Aug 2021 17:55:04 +0300 Subject: update --- carbslinux.org | 9 ++++++--- carbslinux.texi | 8 ++++---- carbslinux.txt | 6 +++--- install.org | 8 ++++---- install.txt | 6 +++--- 5 files changed, 20 insertions(+), 17 deletions(-) diff --git a/carbslinux.org b/carbslinux.org index c4c5083..0a967fc 100644 --- a/carbslinux.org +++ b/carbslinux.org @@ -100,7 +100,7 @@ Documentation License." #+NAME: pubkey #+begin_src sh :exports none -PUBKEY=carbslinux-2021.07.pub +PUBKEY=carbslinux-2021.08.pub #+end_src These are the step-by-step instructions for installing Carbs Linux. It can be @@ -168,8 +168,8 @@ curl -L https://dl.carbslinux.org/releases/x86_64/carbs-rootfs.tar.xz.sig #+end_src #+RESULTS: -: untrusted comment: verify with carbslinux-2021.07.pub -: RWQ79tImLgmmq5LjSRcelhb0lquuNXOVkLYuaqaH6kDTZAiU/mlc97recADvGJ6UuU38XANqes91KzWiJsncqC2q4SZQO09DWwA= +: untrusted comment: verify with carbslinux-2021.08.pub +: RWTK4GFDD7JiohUHBeJXuKw+/P3K4ZRR8jQud0iOxNDbn7WCFxQsxt9FUNSEiXfLjkm1Ez8c3esRG8oydrsFUFpBGtekFt5obgo= Grab the key (which probably should be the latest one) that is written on the file from [[https://dl.carbslinux.org/keys/]] so you can verify the signature. The @@ -549,6 +549,9 @@ expect any KISS package that was changed during or after July 2021 to work with =cpt=. * Software +:PROPERTIES: +:DESCRIPTION: Details on configuring your system's software +:END: The distribution aims to package essential and useful software needed in a practical system. If the repository lacks a package that you use, you may also diff --git a/carbslinux.texi b/carbslinux.texi index 266489d..c5304b9 100644 --- a/carbslinux.texi +++ b/carbslinux.texi @@ -60,7 +60,7 @@ for doing the first. @menu * Installation:: Installing Carbs Linux -* Software:: +* Software:: Details on configuring your system's software * Contribution Guidelines:: Contribute to Carbs Linux * GNU Free Documentation License:: Your rights @@ -215,8 +215,8 @@ wget $URL/carbs-rootfs.tar.xz.sig The signature file should say something similar to @example -untrusted comment: verify with carbslinux-2021.07.pub -RWQ79tImLgmmq5LjSRcelhb0lquuNXOVkLYuaqaH6kDTZAiU/mlc97recADvGJ6UuU38XANqes91KzWiJsncqC2q4SZQO09DWwA= +untrusted comment: verify with carbslinux-2021.08.pub +RWTK4GFDD7JiohUHBeJXuKw+/P3K4ZRR8jQud0iOxNDbn7WCFxQsxt9FUNSEiXfLjkm1Ez8c3esRG8oydrsFUFpBGtekFt5obgo= @end example @@ -227,7 +227,7 @@ check the validity of the public key from multiple locations, or just copy paste that portion to a file and use that instead. @example -PUBKEY=carbslinux-2021.07.pub +PUBKEY=carbslinux-2021.08.pub wget https://dl.carbslinux.org/keys/$PUBKEY @end example diff --git a/carbslinux.txt b/carbslinux.txt index 6079275..7b85e71 100644 --- a/carbslinux.txt +++ b/carbslinux.txt @@ -157,8 +157,8 @@ with the info reader. It is divided into sections and easier to read. The signature file should say something similar to ,---- - | untrusted comment: verify with carbslinux-2021.07.pub - | RWQ79tImLgmmq5LjSRcelhb0lquuNXOVkLYuaqaH6kDTZAiU/mlc97recADvGJ6UuU38XANqes91KzWiJsncqC2q4SZQO09DWwA= + | untrusted comment: verify with carbslinux-2021.08.pub + | RWTK4GFDD7JiohUHBeJXuKw+/P3K4ZRR8jQud0iOxNDbn7WCFxQsxt9FUNSEiXfLjkm1Ez8c3esRG8oydrsFUFpBGtekFt5obgo= `---- @@ -170,7 +170,7 @@ with the info reader. It is divided into sections and easier to read. use that instead. ,---- - | PUBKEY=carbslinux-2021.07.pub + | PUBKEY=carbslinux-2021.08.pub | wget https://dl.carbslinux.org/keys/$PUBKEY `---- diff --git a/install.org b/install.org index fb7c7e3..19397fc 100644 --- a/install.org +++ b/install.org @@ -1,4 +1,4 @@ -# Created 2021-07-23 Fri 19:20 +# Created 2021-08-14 Sat 17:54 #+TITLE: Carbs Linux Installation Guide #+AUTHOR: Cem Keylan These are the step-by-step instructions for installing Carbs Linux. It can be @@ -50,8 +50,8 @@ it, if you are using a Carbs Linux host, you can also install the package The signature file should say something similar to #+results: -: untrusted comment: verify with carbslinux-2021.07.pub -: RWQ79tImLgmmq5LjSRcelhb0lquuNXOVkLYuaqaH6kDTZAiU/mlc97recADvGJ6UuU38XANqes91KzWiJsncqC2q4SZQO09DWwA= +: untrusted comment: verify with carbslinux-2021.08.pub +: RWTK4GFDD7JiohUHBeJXuKw+/P3K4ZRR8jQud0iOxNDbn7WCFxQsxt9FUNSEiXfLjkm1Ez8c3esRG8oydrsFUFpBGtekFt5obgo= Grab the key (which probably should be the latest one) that is written on the @@ -61,7 +61,7 @@ check the validity of the public key from multiple locations, or just copy paste that portion to a file and use that instead. #+begin_src sh - PUBKEY=carbslinux-2021.07.pub + PUBKEY=carbslinux-2021.08.pub wget https://dl.carbslinux.org/keys/$PUBKEY #+end_src diff --git a/install.txt b/install.txt index e80dd75..c561f32 100644 --- a/install.txt +++ b/install.txt @@ -93,8 +93,8 @@ can be acquired as plain-text to be viewed offline with a pager from The signature file should say something similar to ,---- - | untrusted comment: verify with carbslinux-2021.07.pub - | RWQ79tImLgmmq5LjSRcelhb0lquuNXOVkLYuaqaH6kDTZAiU/mlc97recADvGJ6UuU38XANqes91KzWiJsncqC2q4SZQO09DWwA= + | untrusted comment: verify with carbslinux-2021.08.pub + | RWTK4GFDD7JiohUHBeJXuKw+/P3K4ZRR8jQud0iOxNDbn7WCFxQsxt9FUNSEiXfLjkm1Ez8c3esRG8oydrsFUFpBGtekFt5obgo= `---- @@ -106,7 +106,7 @@ can be acquired as plain-text to be viewed offline with a pager from use that instead. ,---- - | PUBKEY=carbslinux-2021.07.pub + | PUBKEY=carbslinux-2021.08.pub | wget https://dl.carbslinux.org/keys/$PUBKEY `---- -- cgit v1.2.3