[Bootstrap] Remove code for Chaotic AUR
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
They change from time to time, so I can’t keep shell code for installing Chaotic AUR repository
This commit is contained in:
parent
49014b6c4e
commit
3a75118e0d
@ -92,15 +92,8 @@ your computer.
|
|||||||
:END:
|
:END:
|
||||||
The first thing I will do is add the [[https://aur.chaotic.cx/][Chaotic AUR]] repository so I can
|
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
|
get access to ~paru~ as well as some AUR packages without the need of an
|
||||||
AUR helper (ironic considering ~paru~ is one).
|
AUR helper (ironic considering ~paru~ is one). We can then install ~fish~,
|
||||||
#+BEGIN_SRC sh
|
~git~, and ~paru~:
|
||||||
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~:
|
|
||||||
#+BEGIN_SRC sh
|
#+BEGIN_SRC sh
|
||||||
sudo pacman -S fish git paru
|
sudo pacman -S fish git paru
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
Loading…
Reference in New Issue
Block a user