Merge caeb9fc748df18ecf97c4f873be6c0ef214bb04b into c12ae4a8ef3af3ff37b577735ac3717a63149b8c

This commit is contained in:
Sayeed Mahmood Evrenos 2025-02-12 13:19:07 +05:30 committed by GitHub
commit b4e0d0af26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,11 +7,7 @@ installZenBrowser() {
printf "%b\n" "${YELLOW}Installing Zen Browser...${RC}"
case "$PACKAGER" in
pacman)
if grep -q avx2 /proc/cpuinfo; then
"$AUR_HELPER" -S --needed --noconfirm zen-browser-avx2-bin
else
"$AUR_HELPER" -S --needed --noconfirm zen-browser-bin
fi
"$AUR_HELPER" -S --needed --noconfirm zen-browser-bin
;;
*)
checkFlatpak