mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
install: fix irrelevant stuff when selecting rpi 0/1/2
This commit is contained in:
parent
9a66be4b8a
commit
64e98e7789
2 changed files with 4 additions and 4 deletions
|
@ -75,7 +75,7 @@ Sélectionnez le matériel sur lequel vous souhaitez installer YunoHost :
|
||||||
[[figure caption="Raspberry Pi"]![](image://raspberrypi.png?height=75)[/figure]](/install/hardware:rpi34)
|
[[figure caption="Raspberry Pi"]![](image://raspberrypi.png?height=75)[/figure]](/install/hardware:rpi34)
|
||||||
[/div]
|
[/div]
|
||||||
|
|
||||||
[div class="flex-child hardware{%if arm_sup or arm_unsup or internetcube %} active{% endif %}"]
|
[div class="flex-child hardware{%if arm_sup or (arm_unsup and not rpi012) or internetcube %} active{% endif %}"]
|
||||||
[[figure caption="Carte ARM"]![](image://olinuxino.png?height=75)[/figure]](/install/hardware:arm)
|
[[figure caption="Carte ARM"]![](image://olinuxino.png?height=75)[/figure]](/install/hardware:arm)
|
||||||
[/div]
|
[/div]
|
||||||
|
|
||||||
|
@ -204,7 +204,7 @@ Ci-dessous une liste de fournisseurs de VPS supportant nativement YunoHost :
|
||||||
|
|
||||||
{% if virtualbox or regular %}
|
{% if virtualbox or regular %}
|
||||||
!!! Si votre hôte est en 32 bits, faites bien attention à télécharger l'image 32 bits.
|
!!! Si votre hôte est en 32 bits, faites bien attention à télécharger l'image 32 bits.
|
||||||
{% elseif arm_unsup %}
|
{% elseif arm_unsup and not rpi012 %}
|
||||||
<a href="https://www.armbian.com/download/" target="_BLANK" type="button" class="btn btn-info col-sm-12" style="background:none;">[fa=external-link] Télécharger l'image pour votre carte sur le site d'Armbian</a>
|
<a href="https://www.armbian.com/download/" target="_BLANK" type="button" class="btn btn-info col-sm-12" style="background:none;">[fa=external-link] Télécharger l'image pour votre carte sur le site d'Armbian</a>
|
||||||
|
|
||||||
!!! N.B.: il vous faut télécharger l'image Armbian Bullseye.
|
!!! N.B.: il vous faut télécharger l'image Armbian Bullseye.
|
||||||
|
|
|
@ -77,7 +77,7 @@ Select the hardware on which you want install YunoHost :
|
||||||
[[figure caption="Raspberry Pi"]![](image://raspberrypi.png?height=75)[/figure]](/install/hardware:rpi34)
|
[[figure caption="Raspberry Pi"]![](image://raspberrypi.png?height=75)[/figure]](/install/hardware:rpi34)
|
||||||
[/div]
|
[/div]
|
||||||
|
|
||||||
[div class="flex-child hardware{%if arm_sup or arm_unsup or internetcube %} active{% endif %}"]
|
[div class="flex-child hardware{%if arm_sup or (arm_unsup and not rpi012) or internetcube %} active{% endif %}"]
|
||||||
[[figure caption="ARM board"]![](image://olinuxino.png?height=75)[/figure]](/install/hardware:arm)
|
[[figure caption="ARM board"]![](image://olinuxino.png?height=75)[/figure]](/install/hardware:arm)
|
||||||
[/div]
|
[/div]
|
||||||
|
|
||||||
|
@ -339,7 +339,7 @@ Here are some VPS providers supporting YunoHost natively :
|
||||||
|
|
||||||
{% if virtualbox or regular %}
|
{% if virtualbox or regular %}
|
||||||
!!! If your host OS is 32 bits, be sure to download the 32-bit image.
|
!!! If your host OS is 32 bits, be sure to download the 32-bit image.
|
||||||
{% elseif arm_unsup %}
|
{% elseif arm_unsup and not rpi012 %}
|
||||||
<a href="https://www.armbian.com/download/" target="_BLANK" type="button" class="btn btn-info col-sm-12" style="background: none;">[fa=external-link] Download the image for your board on Armbian's website</a>
|
<a href="https://www.armbian.com/download/" target="_BLANK" type="button" class="btn btn-info col-sm-12" style="background: none;">[fa=external-link] Download the image for your board on Armbian's website</a>
|
||||||
|
|
||||||
!!! N.B.: you should download the image Armbian Bullseye.
|
!!! N.B.: you should download the image Armbian Bullseye.
|
||||||
|
|
Loading…
Reference in a new issue