Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bb860d9d authored by Romain Hunault's avatar Romain Hunault 💻
Browse files

Merge branch 'is-alpha' into '1137devices-u-tetris'

Is alpha

See merge request e/documentation/user!1207
parents 556f98ac e09e454c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ is_ab_device: true
is_lineageos_official: false
oem_unlock_file_name: oem_unlock_tetris
install_e: install_e_tetris
community_doc_url: https://community.e.foundation/t/nothing-cmf-phone-1-tetris-documentation-suggestions/63191
can_rollback: false
removable_battery: 0
sim_slots: 2
+2 −0
Original line number Diff line number Diff line
@@ -286,6 +286,8 @@
                  {{ device.build_version_dev | capitalize }}
                  {%- if device.is_beta %}
                  <span style="font-size: 60%"> Beta</span> <br />
                  {%- elsif device.is_alpha %}
                  <span style="font-size: 60%"> Alpha</span> <br />
                  {% else %}
                  <span style="font-size: 60%"> Community</span> <br />
                  {%- endif %}
+5 −0
Original line number Diff line number Diff line
@@ -7,6 +7,11 @@
              {% if document_type != '' %}
                <span class="badge badge-pill badge-primary">{{ document_type }}</span>
              {% endif %}
              {% if device.is_alpha %}
                  <span class="badge badge-pill badge-secondary">alpha</span>
              {% elsif device.is_beta %}
                  <span class="badge badge-pill badge-secondary">beta</span>
              {% endif %}
              {% if device.legacy == "yes" %}
                 <span class="badge badge-pill badge-secondary">legacy</span>
                 <div class="h6">
+1 −1
Original line number Diff line number Diff line
# Install {%- if device.minimal_os %} /e/OS minimal {%- else %} /e/OS {%- endif %}  on a {{ device.vendor }} {{ device.name }} - "{{ device.codename }}" {%- if device.is_beta %} (beta) {%- endif %}
# Install {%- if device.minimal_os %} /e/OS minimal {%- else %} /e/OS {%- endif %}  on a {{ device.vendor }} {{ device.name }} - "{{ device.codename }}" {%- if device.is_alpha %} (alpha) {%- elsif device.is_beta %} (beta) {%- endif %}

The instructions in this guide will assist you to install /e/OS on your {{ device.codename }}. Please read through the instructions at least once before actually following them, so as to avoid any problems later.
{% if device.can_rollback != true %}