Skip to content

Commit f26c4de

Browse files
committed
Fix lint error
``` installation/on_debian.rst:54: (ERROR/3) (bash) syntax error near unexpected token `<' installation/on_debian.rst:54: (ERROR/3) (bash) `resolvectl dns <INTERFACE> <DNS_SERVER_IP>' ``` Signed-off-by: Volker Theile <[email protected]>
1 parent 4e66f2a commit f26c4de

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

installation/on_debian.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ configuration is only temporary and gets lost after a reboot.
4747
After the installation of the |omv| package, this can be made permanently by
4848
reconfiguring the network using the :command:`omv-firstaid` command.
4949

50-
.. code-block:: bash
50+
.. code-block:: console
5151
5252
apt-get install --yes systemd-resolved
5353
systemctl enable systemd-resolved
@@ -56,14 +56,14 @@ reconfiguring the network using the :command:`omv-firstaid` command.
5656
5757
Install the |omv| keyring manually:
5858

59-
.. code-block:: bash
59+
.. code-block:: console
6060
6161
apt-get install --yes gnupg
6262
wget --quiet --output-document=- https://packages.openmediavault.org/public/archive.key | gpg --dearmor --yes --output "/usr/share/keyrings/openmediavault-archive-keyring.gpg"
6363
6464
Add the |omv| package repositories:
6565

66-
.. code-block:: bash
66+
.. code-block:: console
6767
6868
cat <<EOF >> /etc/apt/sources.list.d/openmediavault.list
6969
deb [signed-by=/usr/share/keyrings/openmediavault-archive-keyring.gpg] https://packages.openmediavault.org/public sandworm main
@@ -82,7 +82,7 @@ Add the |omv| package repositories:
8282

8383
Install the |omv| package:
8484

85-
.. code-block:: bash
85+
.. code-block:: console
8686
8787
export LANG=C.UTF-8
8888
export DEBIAN_FRONTEND=noninteractive
@@ -97,7 +97,7 @@ Install the |omv| package:
9797
9898
Populate the |omv| database with several existing system settings, e.g. the network configuration:
9999

100-
.. code-block:: bash
100+
.. code-block:: console
101101
102102
omv-confdbadm populate
103103
@@ -110,7 +110,7 @@ Populate the |omv| database with several existing system settings, e.g. the netw
110110

111111
Re-deploy the network configuration via the services used by |omv|:
112112

113-
.. code-block:: bash
113+
.. code-block:: console
114114
115115
omv-salt deploy run systemd-networkd
116116

0 commit comments

Comments
 (0)