diff --git a/i2p2www/pages/downloads/list.html b/i2p2www/pages/downloads/list.html index 0a9240d1..c1ee9fd2 100644 --- a/i2p2www/pages/downloads/list.html +++ b/i2p2www/pages/downloads/list.html @@ -119,29 +119,12 @@ I2P connections.

{%- trans %}I2P for Mac OSX{%- endtrans %}
{% call package('mac') %} -

{% trans i2pversion=ver() -%} - The most reliable way to launch the installer is from a terminal like this: - java -jar i2pinstall_{{ i2pversion }}.jar. 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 "i2pinstall_{{ i2pversion }}.jar" file or - right-clicking the file and selecting "Open with Java". - Unfortunately, this behaviour is difficult to predict. - {%- endtrans %}

- -

{% trans %}Command line (headless) install:{% endtrans %}

- {% trans i2pversion=ver() -%} - I2P can also be installed in a terminal environment, which may be especially - useful for servers, containers, or certain virtual machines. If you wish to - use the installer without a GUI, you can use the command - java -jar i2pinstall_{{ i2pversion }}.jar -console to follow - the install procedure in your terminal. - {%- endtrans %} - -

{% trans %}DMG Bundle (Beta){% endtrans %}

- If you do not want to use the installer or do not have a Java Runtime Environment available - on your Mac, you can try our latest DMG bundle. +

{% trans %}DMG Bundle{% endtrans %}

+

I2P for Mac OSX is packaged using OSX's standard ".dmg" package type, which + allows it to use Apple's built-in tools to securely, reliably, and easily + install the package.

- {% trans %}Mac OS DMG Bundle (BETA){% endtrans %} + {% trans %}Mac OS DMG I2P Bundle{% endtrans %}
{% endcall %} diff --git a/i2p2www/pages/downloads/mac.html b/i2p2www/pages/downloads/mac.html index b747ec00..20e75a83 100644 --- a/i2p2www/pages/downloads/mac.html +++ b/i2p2www/pages/downloads/mac.html @@ -1,9 +1,9 @@ {% extends "global/layout.html" %} {%- from "downloads/macros" import package_outer with context -%} -{% block title %}Mac OS DMG Bundle (BETA){% endblock %} +{% block title %}Mac OS DMG Bundle){% endblock %} {% block content %} -

{{ _('Mac OS DMG Bundle (BETA)') }}

+

{{ _('Mac OS DMG Bundle') }}

{% trans -%} We are excited to offer you a DMG bundle for Mac OS. It installs and behaves the same way many other Mac OS applications do and does not require a Java