[Bootstrap] Remove code for Chaotic AUR
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:
 | 
			
		||||
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
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user