mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
Use <code> tag for commands
This commit is contained in:
parent
271011adf6
commit
057d1063f3
@ -30,9 +30,9 @@ threat from the Internet.</p>
|
|||||||
|
|
||||||
{% if firewall_status = 'not_installed' %}
|
{% if firewall_status = 'not_installed' %}
|
||||||
<p>Firewall is not installed. Please install it. Firewall comes
|
<p>Firewall is not installed. Please install it. Firewall comes
|
||||||
pre-installed with {{ cfg.box_name }}. On any Debian based system
|
pre-installed with {{ cfg.box_name }}. On any Debian based system (such
|
||||||
(such as {{ cfg.box_name }}) you may install it using the command 'aptitude
|
as {{ cfg.box_name }}) you may install it using the
|
||||||
install firewalld'</p>
|
command <code>aptitude install firewalld</code></p>
|
||||||
|
|
||||||
{% elif firewall_status = 'not_running' %}
|
{% elif firewall_status = 'not_running' %}
|
||||||
|
|
||||||
|
|||||||
@ -23,9 +23,9 @@
|
|||||||
{% block content %}
|
{% block content %}
|
||||||
<h2>{{ title }}</h2>
|
<h2>{{ title }}</h2>
|
||||||
|
|
||||||
<p>aptitude purge modules</p>
|
<p><code>aptitude purge modules</code></p>
|
||||||
|
|
||||||
<p>aptitude install modules</p>
|
<p><code>aptitude install modules</code></p>
|
||||||
|
|
||||||
<p>The modules should depend on the appropriate Debian packages.</p>
|
<p>The modules should depend on the appropriate Debian packages.</p>
|
||||||
|
|
||||||
|
|||||||
@ -27,7 +27,7 @@
|
|||||||
<p>PageKite is not installed, please install it. PageKite comes
|
<p>PageKite is not installed, please install it. PageKite comes
|
||||||
pre-installed with {{ cfg.box_name }}. On any Debian based system
|
pre-installed with {{ cfg.box_name }}. On any Debian based system
|
||||||
(such as {{ cfg.box_name }}) you may install it using the command
|
(such as {{ cfg.box_name }}) you may install it using the command
|
||||||
'aptitude install pagekite'</p>
|
<code>aptitude install pagekite<code></p>
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
|
|||||||
@ -79,7 +79,7 @@ port-forwarded, if necessary:</p>
|
|||||||
<p>Tor is not installed, please install it. Tor comes pre-installed
|
<p>Tor is not installed, please install it. Tor comes pre-installed
|
||||||
with {{ cfg.box_name }}. On any Debian-based system (such as
|
with {{ cfg.box_name }}. On any Debian-based system (such as
|
||||||
{{ cfg.box_name }}) you may install it using the command
|
{{ cfg.box_name }}) you may install it using the command
|
||||||
'aptitude install tor'.</p>
|
<code>aptitude install tor</code>.</p>
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user