1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-07-03 11:53:42 +02:00

_includes/apt-add.html: fix apt-add-repository for fish shell.

This commit is contained in:
Henrik Hautakoski 2022-09-05 10:09:23 +02:00
parent 5120a7f045
commit b3365c4112

View file

@ -24,7 +24,7 @@ sudo apt-get update{% endif %}
<h4>If you are using fish</h4> <h4>If you are using fish</h4>
{% highlight bash %} {% 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 %} sudo apt-get update{% endif %}
{% endhighlight %} {% endhighlight %}
{% endif %} {% endif %}