[Bootstrap] Remove code for Chaotic AUR
continuous-integration/drone/push Build is passing Details

They change from time to time, so I can’t keep shell code for
installing Chaotic AUR repository
This commit is contained in:
Lucien Cartier-Tilet 2022-05-02 01:03:18 +02:00
parent 49014b6c4e
commit 3a75118e0d
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 2 additions and 9 deletions

View File

@ -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