Update arch_install.sh
This commit is contained in:
parent
ec31d365cc
commit
774b70a00a
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ elif [ "$gpu_choice" == "2" ]; then
|
|||
sudo pacman-key --recv-keys F3B607488DB35A47 --keyserver keyserver.ubuntu.com
|
||||
sudo pacman-key --lsign-key F3B607488DB35A47
|
||||
|
||||
sudo pacman -U 'https://mirror.cachyos.org/repo/x86_64/cachyos/cachyos-keyring-20240331-1-any.pkg.tar.zst' \
|
||||
sudo pacman -U --noconfirm '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