summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}