mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +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' %}
|
||||
<p>Firewall is not installed. Please install it. Firewall comes
|
||||
pre-installed with {{ cfg.box_name }}. On any Debian based system
|
||||
(such as {{ cfg.box_name }}) you may install it using the command 'aptitude
|
||||
install firewalld'</p>
|
||||
pre-installed with {{ cfg.box_name }}. On any Debian based system (such
|
||||
as {{ cfg.box_name }}) you may install it using the
|
||||
command <code>aptitude install firewalld</code></p>
|
||||
|
||||
{% elif firewall_status = 'not_running' %}
|
||||
|
||||
|
||||
@ -23,9 +23,9 @@
|
||||
{% block content %}
|
||||
<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>
|
||||
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
<p>PageKite is not installed, please install it. PageKite comes
|
||||
pre-installed with {{ cfg.box_name }}. On any Debian based system
|
||||
(such as {{ cfg.box_name }}) you may install it using the command
|
||||
'aptitude install pagekite'</p>
|
||||
<code>aptitude install pagekite<code></p>
|
||||
|
||||
{% else %}
|
||||
|
||||
|
||||
@ -79,7 +79,7 @@ port-forwarded, if necessary:</p>
|
||||
<p>Tor is not installed, please install it. Tor comes pre-installed
|
||||
with {{ cfg.box_name }}. On any Debian-based system (such as
|
||||
{{ cfg.box_name }}) you may install it using the command
|
||||
'aptitude install tor'.</p>
|
||||
<code>aptitude install tor</code>.</p>
|
||||
|
||||
{% endif %}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user