aboutsummaryrefslogtreecommitdiff
path: root/install.txt
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-02-05 19:06:58 +0100
committerCem Keylan <cem@ckyln.com>2023-02-05 19:06:58 +0100
commit0023cd18c76ca3d078f364a987a21b229297f529 (patch)
treeeca7536a639029bdaf2ce6564f0dd270eb41fbf6 /install.txt
parent031aeef680c0556c350e107c9e595eaa267b1359 (diff)
downloaddocs-0023cd18c76ca3d078f364a987a21b229297f529.tar.gz
docs: update public key
Diffstat (limited to 'install.txt')
-rw-r--r--install.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/install.txt b/install.txt
index 856a59a..732c4d5 100644
--- a/install.txt
+++ b/install.txt
@@ -95,8 +95,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.08.pub
- | RWTK4GFDD7JiohUHBeJXuKw+/P3K4ZRR8jQud0iOxNDbn7WCFxQsxt9FUNSEiXfLjkm1Ez8c3esRG8oydrsFUFpBGtekFt5obgo=
+ | untrusted comment: verify with carbslinux-2023.02.pub
+ | RWTe38zmx+iyuKEL5T84MJ5Y24jqenkTtQLJxbaMzOBS/NkGVl5J+Vn2B6vTV/gJK7LYBPS+IOXV5sEf+YLGCMcBYAGHCcP4xQ8=
`----
@@ -108,7 +108,7 @@ can be acquired as plain-text to be viewed offline with a pager from
use that instead.
,----
- | PUBKEY=carbslinux-2021.08.pub
+ | PUBKEY=carbslinux-2023.02.pub
| wget https://dl.carbslinux.org/keys/$PUBKEY
`----
@@ -481,8 +481,8 @@ can be acquired as plain-text to be viewed offline with a pager from
| cpt b grub && cpt i grub
|
| grub-install --target=x86_64-efi \
- | --efi-directory=esp \
- | --bootloader-id=CarbsLinux
+ | --efi-directory=esp \
+ | --bootloader-id=CarbsLinux
|
| grub-mkconfig -o /boot/grub/grub.cfg
`----