mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
_includes/apt-add.html: apt-add-repository command for bash needs to be double quoted.
This commit is contained in:
parent
c7bb740204
commit
5120a7f045
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ sudo apt-get update{% endif %}
|
|||
{% else %}
|
||||
<h4>For bash like shells.</h4>
|
||||
{% highlight bash %}
|
||||
sudo apt-add-repository -y 'deb [arch=amd64] https://{{ apt-add_domain }}/{{ include.repo }} `lsb_release -cs` {{ include.components }}'{% if include.update == true %}
|
||||
sudo apt-add-repository -y "deb [arch=amd64] https://{{ apt-add_domain }}/{{ include.repo }} `lsb_release -cs` {{ include.components }}"{% if include.update == true %}
|
||||
sudo apt-get update{% endif %}
|
||||
{% endhighlight %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue