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:
parent
466a9964f3
commit
0c8bb5df6a
1 changed files with 2 additions and 2 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue