diff --git a/setup-linux.sh b/setup-linux.sh index 60337be..dfd5f6f 100755 --- a/setup-linux.sh +++ b/setup-linux.sh @@ -182,7 +182,7 @@ function install_browser() { sudo dnf in firefox chromium tor torbrowser-launcher -y elif [[ $DISTRO == "arch" ]]; then sudo pacman -S --needed firefox chromium tor torbrowser-launcher --noconfirm - yay -S --needed --noconfirm thorium-browser-bin mercury-browser-bin + yay -S --needed --noconfirm thorium-browser-avx-bin mercury-browser-avx-bin fi fi }