mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-17 04:40:03 +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>
|
<blockquote>
|
||||||
<h4>If you are on Ubuntu 20.04 (focal) do this</h4>
|
<h4>If you are on Ubuntu 20.04 (focal) do this</h4>
|
||||||
{% highlight bash %}
|
{% highlight bash %}
|
||||||
wget http://mirrors.edge.kernel.org/ubuntu/pool/main/i/icu/libicu60_60.2-3ubuntu3.1_amd64.deb
|
wget {{ site.ubuntu20_libicu60.url }}/{{ site.ubuntu20_libicu60.pkg }}
|
||||||
sudo dpkg -i ./libicu60_60.2-3ubuntu3.1_amd64.deb
|
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 %}
|
sudo apt-add-repository -y 'deb [arch=amd64] https://{{ apt-add_domain }}/{{ include.repo }} bionic {{ include.components }}'{% endhighlight %}
|
||||||
</blockquote>
|
</blockquote>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue