1
0
Fork 0
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:
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>
{% 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 %}