[fix] Some install process was uncomplete

This commit is contained in:
ljf 2021-02-11 03:15:15 +01:00
parent 397db42d02
commit f230661613
2 changed files with 11 additions and 2 deletions

View file

@ -13,6 +13,7 @@ The local IP is the address used to refer to your server inside the local networ
Any of these tricks should allow you to find the local IP of your server: Any of these tricks should allow you to find the local IP of your server:
- Use the [AngryIP](https://angryip.org/download/) software
- Connect to your internet box / router interface to list the machines connected, or check the logs; - Connect to your internet box / router interface to list the machines connected, or check the logs;
- If you're using Linux, you can open a terminal and use `sudo arp-scan --local` to list the IP on your local network (this may also work in Windows); - If you're using Linux, you can open a terminal and use `sudo arp-scan --local` to list the IP on your local network (this may also work in Windows);
- If the `arp-scan` command displays a confusing number of devices, you can check which ones are open to SSH with `nmap -p 22 192.168.1.0/24` to sort them out (adapt the IP range to your local network) - If the `arp-scan` command displays a confusing number of devices, you can check which ones are open to SSH with `nmap -p 22 192.168.1.0/24` to sort them out (adapt the IP range to your local network)

View file

@ -27,7 +27,7 @@ routes:
- '/boot_and_graphical_install' - '/boot_and_graphical_install'
- '/postinstall' - '/postinstall'
--- ---
{% set image_name = 'YunoHost' %} {% set image_type = 'YunoHost' %}
{% 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 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') %} {% set hardware = uri.param('hardware') %}
{% if hardware == '' %} {% if hardware == '' %}
@ -217,6 +217,14 @@ Here are some VPS providers supporting YunoHost natively :
{% if virtualbox %} {% if virtualbox %}
!!! 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 %}
<div class="hardware-image">
<div class="card panel panel-default">
<div class="btn-group" role="group">
<a href="https://www.armbian.com/download/" target="_BLANK" type="button" class="btn btn-info col-sm-12">[fa=download] Download</a>
</div>
</div>
</div>
{% endif %} {% endif %}
@ -293,7 +301,7 @@ $(document).ready(function () {
## ![USB drive](image://usb_key.png?resize=100,100&class=inline) Flash the YunoHost image ## ![USB drive](image://usb_key.png?resize=100,100&class=inline) Flash the YunoHost image
{% endif %} {% endif %}
Now that you downloaded the image of {image_type}, you should flash it on {% if arm %}a SD card{% else %}a USB stick or a CD.{% endif %} Now that you downloaded the image of {{image_type}}, you should flash it on {% if arm %}a SD card{% else %}a USB stick or a CD.{% endif %}
[ui-tabs position="top-left" active="0" theme="lite"] [ui-tabs position="top-left" active="0" theme="lite"]
[ui-tab title="(Recommended) With Etcher"] [ui-tab title="(Recommended) With Etcher"]