diff --git a/_includes/apt-add.html b/_includes/apt-add.html index 65c43fb..4cbae39 100644 --- a/_includes/apt-add.html +++ b/_includes/apt-add.html @@ -18,7 +18,7 @@ sudo apt-get update{% endif %} {% else %}

For bash like shells.

{% 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 %}