Skip to content

Commit

Permalink
Reword curl requirement
Browse files Browse the repository at this point in the history
Being on a Debian system or not, it's not relevant at this point.
  • Loading branch information
DavidePrincipi committed Jan 12, 2024
1 parent 73568f6 commit 3634a86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ Install on a supported distribution
Pick your preferred Linux distribution between :ref:`supported ones
<supported-distros-section>`.

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
Expand Down

0 comments on commit 3634a86

Please sign in to comment.