summarylogtreecommitdiffstats
path: root/mercury-browser.install
diff options
context:
space:
mode:
authorxiota2024-01-06 05:05:34 -0800
committerxiota2024-01-06 05:22:11 -0800
commit8c1b4682546d21fbb1b04eade6f866c65fc0d15f (patch)
tree658e7670f676af270f2e2481e22e68768c8c2f3d /mercury-browser.install
parent52764656c020791cdca33df894f5c35bae68bd90 (diff)
downloadaur-8c1b4682546d21fbb1b04eade6f866c65fc0d15f.tar.gz
121.0.1
Diffstat (limited to 'mercury-browser.install')
-rw-r--r--mercury-browser.install12
1 files changed, 8 insertions, 4 deletions
diff --git a/mercury-browser.install b/mercury-browser.install
index 1b41a68c0550..1c810c1625a1 100644
--- a/mercury-browser.install
+++ b/mercury-browser.install
@@ -3,10 +3,14 @@ msg_blue() {
printf "${BLUE}==>${BOLD} $1${ALL_OFF}\n"
}
-note() {
+note1() {
printf "${BLUE}==>${YELLOW} NOTE:${BOLD} $1${ALL_OFF}\n"
}
+note2() {
+ printf "${BLUE}==> ${BOLD} $1${ALL_OFF}\n"
+}
+
ALL_OFF="$(tput sgr0)"
BOLD="${ALL_OFF}$(tput bold)"
BLACK="${BOLD}$(tput setaf 0)"
@@ -20,10 +24,10 @@ WHITE="${BOLD}$(tput setaf 7)"
post_install() {
if /usr/lib/ld-linux-x86-64.so.2 --help | grep -qsE '^\s+x86-64-v3.*supported.*$' ; then
- note "Enjoy the fastest Firefox fork on Earth: mercury-browser"
+ note1 "Enjoy the fastest Firefox fork on Earth: mercury-browser"
else
- note "Your processor does not support x86-64-v3."
- note "mercury-browser may not work on your computer."
+ note1 "Your processor does not support x86-64-v3."
+ note2 "mercury-browser may not work on your computer."
fi
}