diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-05-05 20:18:03 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-05-05 20:18:03 -0700 |
commit | 103766cfc724c9e10161f049862a5800980a4822 (patch) | |
tree | 9cdd1fef31dd5a8dff3f620d4b5a703ef5fb6cc5 | |
parent | f68bfd5c88844c61038a9abef3eeb142f012987e (diff) |
upd comment
-rwxr-xr-x | sh/upd | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" } |