mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
4 lines
245 B
HTML
4 lines
245 B
HTML
{% highlight bash %}
|
|
$ sudo apt-add-repository -y 'deb [arch=amd64] https://apt.{{ include.name }}sweden.org/{{ include.repo }} bionic {{ include.components }}' {% if include.update == true %}
|
|
$ sudo apt-get update{% endif %}
|
|
{% endhighlight %}
|