mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-26 10:43:43 +02:00
_includes/apt-add.html: Remove focal hack :)
This commit is contained in:
parent
28413ceabd
commit
8d6cb885c1
2 changed files with 0 additions and 18 deletions
|
|
@ -66,11 +66,3 @@ exclude:
|
||||||
- node_modules
|
- node_modules
|
||||||
- README.md
|
- README.md
|
||||||
- assets/js/
|
- assets/js/
|
||||||
|
|
||||||
# -----------------
|
|
||||||
# Misc
|
|
||||||
# -----------------
|
|
||||||
|
|
||||||
ubuntu20_libicu60:
|
|
||||||
pkg: libicu60_60.2-3ubuntu3.2_amd64.deb
|
|
||||||
url: http://mirrors.edge.kernel.org/ubuntu/pool/main/i/icu
|
|
||||||
|
|
|
||||||
|
|
@ -1,15 +1,5 @@
|
||||||
{% assign apt-add_domain = include.domain | default: site.apt.domain %}
|
{% assign apt-add_domain = include.domain | default: site.apt.domain %}
|
||||||
|
|
||||||
{% if include.distribution != 'focal' %}
|
|
||||||
<blockquote>
|
|
||||||
<h4>If you are on Ubuntu 20.04 (focal) do this</h4>
|
|
||||||
{% highlight bash %}
|
|
||||||
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 %}
|
|
||||||
|
|
||||||
{% if include.distribution %}
|
{% if include.distribution %}
|
||||||
{% highlight bash %}
|
{% highlight bash %}
|
||||||
sudo apt-add-repository -y 'deb [arch=amd64] https://{{ apt-add_domain }}/{{ include.repo }} {{ include.distribution }} {{ include.components }}'{% if include.update == true %}
|
sudo apt-add-repository -y 'deb [arch=amd64] https://{{ apt-add_domain }}/{{ include.repo }} {{ include.distribution }} {{ include.components }}'{% if include.update == true %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue