Update arch_install.sh
This commit is contained in:
		
							parent
							
								
									862e240293
								
							
						
					
					
						commit
						ec31d365cc
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -59,10 +59,10 @@ if [ "$gpu_choice" == "1" ]; then | |||
|   # Itt add meg az AMD driverek telepítéséhez szükséges parancsokat | ||||
| elif [ "$gpu_choice" == "2" ]; then | ||||
|   echo "NVIDIA driverek telepítése..." | ||||
|   sudo pacman-key --noconfirm --recv-keys F3B607488DB35A47 --keyserver keyserver.ubuntu.com | ||||
|   sudo pacman-key --noconfirm --lsign-key F3B607488DB35A47 | ||||
|   sudo pacman-key --recv-keys F3B607488DB35A47 --keyserver keyserver.ubuntu.com | ||||
|   sudo pacman-key --lsign-key F3B607488DB35A47 | ||||
| 
 | ||||
|   sudo pacman -U --noconfirm 'https://mirror.cachyos.org/repo/x86_64/cachyos/cachyos-keyring-20240331-1-any.pkg.tar.zst' \ | ||||
|   sudo pacman -U 'https://mirror.cachyos.org/repo/x86_64/cachyos/cachyos-keyring-20240331-1-any.pkg.tar.zst' \ | ||||
|                  'https://mirror.cachyos.org/repo/x86_64/cachyos/cachyos-mirrorlist-18-1-any.pkg.tar.zst' | ||||
| 
 | ||||
|   if ! grep -q "[cachyos]" /etc/pacman.conf; then | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue