mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
_includes/apt-add.html: fix apt-add-repository for fish shell.
This commit is contained in:
parent
5120a7f045
commit
b3365c4112
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ sudo apt-get update{% endif %}
|
|||
|
||||
<h4>If you are using fish</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 %}
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue