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

_includes/apt-add.html: use site.ubuntu20_libicu60 variables

This commit is contained in:
Henrik Hautakoski 2022-01-23 18:13:27 +01:00
parent 466a9964f3
commit 0c8bb5df6a
No known key found for this signature in database
GPG key ID: 608414D93E862CCD

View file

@ -4,8 +4,8 @@
<blockquote>
<h4>If you are on Ubuntu 20.04 (focal) do this</h4>
{% highlight bash %}
wget http://mirrors.edge.kernel.org/ubuntu/pool/main/i/icu/libicu60_60.2-3ubuntu3.1_amd64.deb
sudo dpkg -i ./libicu60_60.2-3ubuntu3.1_amd64.deb
wget {{ site.ubuntu20_libicu60.url }}/{{ site.ubuntu20_libicu60.pkg }}
sudo dpkg -i ./{{ site.ubuntu20_libicu60.pkg }}
sudo apt-add-repository -y 'deb [arch=amd64] https://{{ apt-add_domain }}/{{ include.repo }} bionic {{ include.components }}'{% endhighlight %}
</blockquote>
{% endif %}