mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-19 05:00:04 +02:00
_includes/apt-add.html: switch name variable to domain
This commit is contained in:
parent
496455f534
commit
6da4ad9b80
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{% assign domain = include.name | default: site.apt.domain %}
|
||||
{% assign domain = include.domain | default: site.apt.domain %}
|
||||
{% highlight bash %}
|
||||
$ sudo apt-add-repository -y 'deb [arch=amd64] https://{{ domain }}/{{ include.repo }} bionic {{ include.components }}' {% if include.update == true %}
|
||||
$ sudo apt-get update{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue