From 3a75118e0d06d20abc0e03202e810c540a39dc45 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Mon, 2 May 2022 01:03:18 +0200 Subject: [PATCH] [Bootstrap] Remove code for Chaotic AUR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They change from time to time, so I can’t keep shell code for installing Chaotic AUR repository --- org/config/bootstrap.org | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/org/config/bootstrap.org b/org/config/bootstrap.org index de2966d..fb1736e 100644 --- a/org/config/bootstrap.org +++ b/org/config/bootstrap.org @@ -92,15 +92,8 @@ your computer. :END: The first thing I will do is add the [[https://aur.chaotic.cx/][Chaotic AUR]] repository so I can get access to ~paru~ as well as some AUR packages without the need of an -AUR helper (ironic considering ~paru~ is one). -#+BEGIN_SRC sh -sudo pacman-key --recv-key 3056513887B78AEB --keyserver keyserver.ubuntu.com -sudo pacman-key --lsign-key 3056513887B78AEB -sudo pacman -U 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-keyring.pkg.tar.zst' 'https://cdn-mirror.chaotic.cx/chaotic-aur/chaotic-mirrorlist.pkg.tar.zst' -printf '[chaotic-aur]\nServer = /etc/pacman.d/chaotic-mirrorlist\n' | sudo tee -a /etc/pacman.conf -#+END_SRC - -I can now install ~fish~, ~git~, and ~paru~: +AUR helper (ironic considering ~paru~ is one). We can then install ~fish~, +~git~, and ~paru~: #+BEGIN_SRC sh sudo pacman -S fish git paru #+END_SRC