diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-14 17:55:04 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-14 17:55:04 +0300 |
commit | 37d2f1e9fc3888de78944e3e5539b4354608d456 (patch) | |
tree | 71de5638652c528f29d45f375a75c8a367d42aac /install.org | |
parent | d2e2d1dcca7f4a503ddd0d355e03c8cda7b2e6ab (diff) | |
download | docs-37d2f1e9fc3888de78944e3e5539b4354608d456.tar.gz |
update
Diffstat (limited to 'install.org')
-rw-r--r-- | install.org | 8 |
1 files changed, 4 insertions, 4 deletions
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 |