summarylogtreecommitdiffstats
path: root/mercury-browser.sh
diff options
context:
space:
mode:
authorxiota2024-01-11 18:05:01 -0800
committerxiota2024-01-11 18:05:01 -0800
commit5db68f0226dbbbc68f7fa0cf1e4bcc2212ed3823 (patch)
tree90a669f13791a7a6f322e262153866fa77de4e78 /mercury-browser.sh
parentfef8126d6065758f41d5a23278cb8b66f881834d (diff)
downloadaur-5db68f0226dbbbc68f7fa0cf1e4bcc2212ed3823.tar.gz
update scripts; blacklist windows-only release
Diffstat (limited to 'mercury-browser.sh')
-rw-r--r--mercury-browser.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/mercury-browser.sh b/mercury-browser.sh
index 1b8c1f36ef97..ea7e7f01220c 100644
--- a/mercury-browser.sh
+++ b/mercury-browser.sh
@@ -4,13 +4,13 @@
if /usr/lib/ld-linux-x86-64.so.2 --help | grep -qsE '^\s+x86-64-v3.*supported.*$' ; then
_message=''
_message+=$'The fastest Firefox fork on Earth.'
-elif /usr/lib/ld-linux-x86-64.so.2 --help | grep -qsE '^\s+x86-64-v2.*supported.*$' ; then
+elif grep -qE '\bpni\b' /proc/cpuinfo ; then
_message=''
- _message+=$'Your processor supports x86-64-v2, but not x86-64-v3.\n'
+ _message+=$'Your processor does not support x86-64-v3.\n'
_message+=$'You may want to use mercury-browser-sse3-bin.'
else
_message=''
- _message+=$'Your processor does not support x86-64-v2 or x86-64-v3.\n'
+ _message+=$'Your processor does not support SSE3 instructions.\n'
_message+=$'mercury-browser may not work on your computer.'
fi