Update setup-linux.sh

This commit is contained in:
2023-11-14 10:47:08 +00:00
parent ce8ec841c1
commit c69554dd4f

View File

@@ -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
}