From 0c8bb5df6a3f0da599f7150dae2e681668e268ce Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Sun, 23 Jan 2022 18:13:27 +0100 Subject: [PATCH] _includes/apt-add.html: use site.ubuntu20_libicu60 variables --- _includes/apt-add.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/apt-add.html b/_includes/apt-add.html index 5a9b003..65c43fb 100644 --- a/_includes/apt-add.html +++ b/_includes/apt-add.html @@ -4,8 +4,8 @@

If you are on Ubuntu 20.04 (focal) do this

{% 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 %}
{% endif %}