diff --git a/_includes/apt-add.html b/_includes/apt-add.html new file mode 100644 index 0000000..f1b43bc --- /dev/null +++ b/_includes/apt-add.html @@ -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 %}