I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Unverified Commit fc32a73b authored by idk's avatar idk
Browse files

update site for version 2.8.1

parent b4222713
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ except ImportError: ...@@ -22,7 +22,7 @@ except ImportError:
########### ###########
# Constants # Constants
CURRENT_I2P_VERSION = '2.8.0' CURRENT_I2P_VERSION = '2.8.1'
CURRENT_I2P_FIREFOX_PROFILE_VERSION = '2.8.0' CURRENT_I2P_FIREFOX_PROFILE_VERSION = '2.8.0'
CURRENT_I2P_OSX_VERSION = '1.9.0' CURRENT_I2P_OSX_VERSION = '1.9.0'
......
...@@ -65,14 +65,6 @@ If you would like to try the latest experimental I2P projects, visit the <a href ...@@ -65,14 +65,6 @@ If you would like to try the latest experimental I2P projects, visit the <a href
<h5>{%- trans %}I2P for Linux{%- endtrans %}</h5> <h5>{%- trans %}I2P for Linux{%- endtrans %}</h5>
{% call package('unix') %} {% call package('unix') %}
<p><b>NOTE:</b>
Due to an <a href="https://izpack.atlassian.net/browse/IZPACK-1786">unfixed IzPack bug</a>
the installer will fail with "Index 70131 out of bounds" with Java 21 or higher on Ubuntu. May also affect other platforms.
Workarounds:
Use our <a href="{{ get_url('downloads_debian') }}">packages for Debian &amp; Ubuntu</a>
or run the installer with Java 17 or lower. You may switch back to Java 21 or higher after the install is complete.
</p>
<p>{% trans i2pversion=ver() -%} The most reliable way to launch the installer is from a terminal like this: <p>{% trans i2pversion=ver() -%} The most reliable way to launch the installer is from a terminal like this:
<code>java -jar i2pinstall_{{ i2pversion }}.jar</code>. This will launch the GUI installer. Depending on how your computer is set up, you may be able to start the installer by double-clicking the &quot;i2pinstall_{{ i2pversion }}.jar&quot; file <code>java -jar i2pinstall_{{ i2pversion }}.jar</code>. This will launch the GUI installer. Depending on how your computer is set up, you may be able to start the installer by double-clicking the &quot;i2pinstall_{{ i2pversion }}.jar&quot; file
or right-clicking the file and selecting &quot;Open with Java&quot;. Unfortunately, this behaviour is difficult to predict. {%- endtrans %}</p> or right-clicking the file and selecting &quot;Open with Java&quot;. Unfortunately, this behaviour is difficult to predict. {%- endtrans %}</p>
......
{% set i2pinstall_windows_hash = 'f2699359fd7c5a2fddb5730666e61c0dce2184f95507d4f33dcfaca16569b580' %} {% set i2pinstall_windows_hash = '013f30db4116711fdb5f78f21f55da9a883a7de110f9c5b6d4f1390d60cc3441' %}
{% set i2pinstall_jar_hash = '32255865c5f89bceab4902ba401c971c5aa238ebe8bc1bfb2153acb6478ce656' %} {% set i2pinstall_jar_hash = 'a2f590156b6c58574c54860afb196886bc23e609ec26c3797ad0ef27289727f3' %}
{% set i2psource_hash = '06b305c24ed163bb09b1afaa3a8d44b2477eb3eb0e1c84236d210606986bd820' %} {% set i2psource_hash = '6af1b88404527d9f5f88a29434979e048ac9d6fdc6ad7f5edbd0b318a1a1e57d' %}
{% set i2pupdate_hash = '3ff1e0c52757a39e20ac864aa610c92f1a1168979b42a61cd1e9284becc0fe22' %} {% set i2pupdate_hash = 'c89433df991876952fa2e4d7ebf2cb8c705911b80f240e6ddd3d8cba4aabed58' %}
{% set i2p_android_hash = '9378b9b50baae300f91f3fcf87ed8579ece2e650f4a83f3f23f7868c443479b8' %} {% set i2p_android_hash = '9378b9b50baae300f91f3fcf87ed8579ece2e650f4a83f3f23f7868c443479b8' %}
{% set i2p_macnative_hash = '18cb22cfcc3cbe0cec150e89a394d1a35703cb508ed627ef48084b7ba7c90dde' %} {% set i2p_macnative_hash = '18cb22cfcc3cbe0cec150e89a394d1a35703cb508ed627ef48084b7ba7c90dde' %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment