mirror of
https://github.com/oooo-ps/i2pdbrowser.git
synced 2026-04-01 06:05:27 +00:00
Update Firefox to 115.13.0esr and i2pd to 2.52.0 (#62)
This commit is contained in:
parent
ea3dc86306
commit
e45d9cd337
11 changed files with 946 additions and 187 deletions
|
|
@ -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 &
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue