From 8d6cb885c127f5f362a45c3c8502097656aa676c Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 21 Jul 2023 08:11:23 +0200 Subject: [PATCH] _includes/apt-add.html: Remove focal hack :) --- _config.yml | 8 -------- _includes/apt-add.html | 10 ---------- 2 files changed, 18 deletions(-) diff --git a/_config.yml b/_config.yml index 829cc94..7d8cb4e 100644 --- a/_config.yml +++ b/_config.yml @@ -66,11 +66,3 @@ exclude: - node_modules - README.md - assets/js/ - -# ----------------- -# Misc -# ----------------- - -ubuntu20_libicu60: - pkg: libicu60_60.2-3ubuntu3.2_amd64.deb - url: http://mirrors.edge.kernel.org/ubuntu/pool/main/i/icu diff --git a/_includes/apt-add.html b/_includes/apt-add.html index a20ff5d..cafeb66 100644 --- a/_includes/apt-add.html +++ b/_includes/apt-add.html @@ -1,15 +1,5 @@ {% assign apt-add_domain = include.domain | default: site.apt.domain %} -{% if include.distribution != 'focal' %} -
-

If you are on Ubuntu 20.04 (focal) do this

- {% 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 %} -
-{% endif %} - {% if include.distribution %} {% highlight bash %} sudo apt-add-repository -y 'deb [arch=amd64] https://{{ apt-add_domain }}/{{ include.repo }} {{ include.distribution }} {{ include.components }}'{% if include.update == true %}