mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Add /postinstall alias, remove docker from choices
This commit is contained in:
parent
f65fba07b9
commit
df3151748d
1 changed files with 1 additions and 4 deletions
|
@ -25,6 +25,7 @@ routes:
|
|||
- '/plug_and_boot'
|
||||
- '/burn_or_copy_iso'
|
||||
- '/boot_and_graphical_install'
|
||||
- '/postinstall'
|
||||
---
|
||||
{% set arm, at_home, regular, rpi2plus, rpi1, rpi0, arm_sup, arm_unsup, vps, vps_debian, vps_ynh, virtualbox, internetcube, docker = false, false, false, false, false, false, false, false, false, false, false, false, false, false %}
|
||||
{% set hardware = uri.param('hardware') %}
|
||||
|
@ -83,10 +84,6 @@ Select the hardware on which you want install YunoHost :
|
|||
[[figure caption="Remote server"]![](image://vps.png?height=75)[/figure]](/install_process/hardware:vps_debian)
|
||||
[/div]
|
||||
|
||||
[div class="flex-child hardware{%if docker %} active{% endif %}"]
|
||||
[[figure caption="(Non-official!) Docker"]![](image://docker.png?height=75)[/figure]](/install_process/hardware:docker)
|
||||
[/div]
|
||||
|
||||
[/div]
|
||||
[div class="flex-container pt-2"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue