Update Firefox to 115.13.0esr and i2pd to 2.52.0 (#62)

This commit is contained in:
David Uhden Collado 2024-07-18 17:20:49 +00:00 committed by GitHub
parent ea3dc86306
commit e45d9cd337
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 946 additions and 187 deletions

View file

@ -92,7 +92,7 @@ if test -r /proc/cpuinfo && ! grep -q '^flags\s*:.* sse2' /proc/cpuinfo; then
exit 1
fi
tbb_usage () {
browser_usage () {
printf "\nI2Pd Browser Script Options\n"
printf " --verbose Display Firefox output in the terminal\n"
printf " --log [file] Record Firefox output in file (default: i2pd-browser.log)\n"
@ -269,7 +269,7 @@ if [ "$show_usage" -eq 1 ]; then
# Display Firefox help, then our help
./firefox --class "I2Pd Browser" \
-profile data --help 2>/dev/null
tbb_usage
browser_usage
elif [ "$detach" -eq 1 ] ; then
./firefox --class "I2Pd Browser" \
-profile data "${@}" > "$logfile" 2>&1 </dev/null &