summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-05-05 20:18:03 -0700
committerXiao Pan <gky44px1999@gmail.com>2024-05-05 20:18:03 -0700
commit103766cfc724c9e10161f049862a5800980a4822 (patch)
tree9cdd1fef31dd5a8dff3f620d4b5a703ef5fb6cc5
parentf68bfd5c88844c61038a9abef3eeb142f012987e (diff)
upd comment
-rwxr-xr-xsh/upd1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/upd b/sh/upd
index c7fda9a..e2a4ee0 100755
--- a/sh/upd
+++ b/sh/upd
@@ -121,6 +121,7 @@ userjs () {
# change working dir for cleaner
cd "$HOME/.mozilla/firefox/xxxxxxxx.fly" || exit
arkenfox-cleaner -s
+ # when multiple firefox profiles, it will prompt me to choose, which breaks automation, so I explicitly specify one profile
arkenfox-updater -s -p "$HOME/.mozilla/firefox/xxxxxxxx.fly"
}