diff options
| author | Xiao Pan <gky44px1999@gmail.com> | 2024-05-05 20:17:04 -0700 | 
|---|---|---|
| committer | Xiao Pan <gky44px1999@gmail.com> | 2024-05-05 20:17:04 -0700 | 
| commit | f68bfd5c88844c61038a9abef3eeb142f012987e (patch) | |
| tree | e1b78f6aa7c9bd8ef1922f7fdfd264cf4cd248e5 | |
| parent | 48660615ae9ded069888fcf2a0185d34b8cf115c (diff) | |
upd arkenfox-updater when multiple firefox profiles will prompt to choose, which breaks automation, so specify one profile
| -rwxr-xr-x | sh/upd | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -121,7 +121,7 @@ userjs () {  	# change working dir for cleaner  	cd "$HOME/.mozilla/firefox/xxxxxxxx.fly" || exit  	arkenfox-cleaner -s -	arkenfox-updater -s +	arkenfox-updater -s -p "$HOME/.mozilla/firefox/xxxxxxxx.fly"  }  misc () { | 
