1
0
Fork 0
mirror of https://github.com/eosswedenorg/apt synced 2026-06-16 04:34:56 +02:00

Adding _includes/apt-add.html

This commit is contained in:
Henrik Hautakoski 2019-10-21 16:45:51 +02:00
parent bf72acf352
commit 7da4a5d8c1

4
_includes/apt-add.html Normal file
View file

@ -0,0 +1,4 @@
{% 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 %}