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
|
|
@ -12,7 +12,7 @@ cd $dir
|
|||
|
||||
arch=$(uname -m)
|
||||
language=$(echo $LANG | cut -c-5 | sed s/_/-/g)
|
||||
version="115.9.1esr"
|
||||
version="115.13.0esr"
|
||||
application="firefox"
|
||||
ftpmirror="https://ftp.mozilla.org/pub/$application/releases/$version"
|
||||
|
||||
|
|
|
|||
|
|
@ -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 &
|
||||
|
|
|
|||
|
|
@ -1,26 +1,26 @@
|
|||
#!/usr/bin/env ./browser/execdesktop
|
||||
#
|
||||
# This file is a self-modifying .desktop file that can be run from the shell.
|
||||
# It preserves arguments and environment for the start-tor-browser script.
|
||||
# It preserves arguments and environment for the start-i2pd-browser script.
|
||||
#
|
||||
# Run './start-i2pd-browser.desktop --help' to display the full set of options.
|
||||
#
|
||||
# When invoked from the shell, this file must always be in a Tor Browser root
|
||||
# When invoked from the shell, this file must always be in an I2Pd Browser root
|
||||
# directory. When run from the file manager or desktop GUI, it is relocatable.
|
||||
#
|
||||
# After first invocation, it will update itself with the absolute path to the
|
||||
# current TBB location, to support relocation of this .desktop file for GUI
|
||||
# invocation. You can also add Tor Browser to your desktop's application menu
|
||||
# by running './start-i2pd-browser.desktop --register-app'
|
||||
# current I2Pd Browser location, to support relocation of this .desktop file for
|
||||
# GUI invocation. You can also add the I2Pd Browser to your desktop's application
|
||||
# menu by running './start-i2pd-browser.desktop --register-app'
|
||||
#
|
||||
# If you use --register-app, and then relocate your TBB directory, Tor Browser
|
||||
# will no longer launch from your desktop's app launcher/dock. However, if you
|
||||
# re-run --register-app from inside that new directory, the script
|
||||
# will correct the absolute paths and re-register itself.
|
||||
# If you use --register-app, and then relocate your I2Pd Browser directory, the
|
||||
# I2Pd Browser will no longer launch from your desktop's app launcher/dock. However,
|
||||
# if you re-run --register-app from inside that new directory, the script will
|
||||
# correct the absolute paths and re-register itself.
|
||||
#
|
||||
# This file will also still function if the path changes when TBB is used as a
|
||||
# portable app, so long as it is run directly from that new directory, either
|
||||
# via the shell or via the file manager.
|
||||
# This file will also still function if the path changes when I2Pd Browser is
|
||||
# used as a portable app, so long as it is run directly from that new directory,
|
||||
# either via the shell or via the file manager.
|
||||
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue