diff --git a/install.rst b/install.rst index 338dcd3a..d9e16fb4 100644 --- a/install.rst +++ b/install.rst @@ -20,14 +20,14 @@ Install on a supported distribution Pick your preferred Linux distribution between :ref:`supported ones `. -On Debian systems, you may need to install the ``curl`` command: :: - - apt install curl - Start the installation procedure as ``root``: :: curl https://raw.githubusercontent.com/NethServer/ns8-core/ns8-stable/core/install.sh | bash +If the ``curl`` command is not available try to install it with: :: + + apt install curl || dnf install curl + .. _install_image-section: Pre-built image