From ea8a0bb749c9cc76e459d36ebba6efd706405a1c Mon Sep 17 00:00:00 2001 From: Islam Mansour Date: Mon, 9 Dec 2019 13:58:25 +0100 Subject: [PATCH] Support Elementary-OS 5.1-Hera (#32) --- README.md | 1 + after-effects | 4 ++-- data/bin.list | 2 +- docs/faq/distros.md | 1 + 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a293d15..e97590ef 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,7 @@ A Complete list of supported distributions is given below. | Debian 10 | Buster | --- | Only use it for testing | | Elementary-OS 0.4 | Loki | Yes | Not tested | | Elementary-OS 5.0 | Juno | Yes | Not tested | +| Elementary-OS 5.1 | Hera | Yes | Tested | | Budgie Remix | 16.04 | Yes | | PoP! OS | Supported Ubuntu | Yes | Not tested | | Linux-Lite | 3.X | Yes | (Based on Ubuntu 16.04) | diff --git a/after-effects b/after-effects index 2d3066a7..d0e8f643 100755 --- a/after-effects +++ b/after-effects @@ -650,9 +650,9 @@ function _fix_ubuntu_derivatives() code_name="xenial" _log_success "${_elementary} Changed codename to $code_name" ;; - juno ) _log_and_show "${_elementary} This release of Elementary OS is based on Ubuntu 18.04 Bionic." + juno | hera) _log_and_show "${_elementary} This release of Elementary OS is based on Ubuntu 18.04 Bionic." _log_and_show "${_notice} External repositories will use Ubuntu 18.04." - code_name="bionic" + code_name="bionic";distro_name="ubuntu" _log_success "${_elementary} Changed codename to $code_name" ;; xenial | bionic ) readonly bool_config_partner_repo="true" diff --git a/data/bin.list b/data/bin.list index 3fd6b1fc..d7bfbaa7 100644 --- a/data/bin.list +++ b/data/bin.list @@ -2,6 +2,6 @@ # In /usr/local/bin # Be careful not to rename existing ones # , -# If ypu want to specify relative path you +# If you want to specify relative path you # can do so relative to /usr/local/bin https://github.com/kubernetes/kompose/releases/download/v1.15.0/kompose-linux-amd64,kompose diff --git a/docs/faq/distros.md b/docs/faq/distros.md index b9a1ee07..b9551e66 100644 --- a/docs/faq/distros.md +++ b/docs/faq/distros.md @@ -51,6 +51,7 @@ A Complete list of supported distributions is given below. | Debian 10 | Buster | --- | Only use it for testing | | Elementary-OS 0.4 | Loki | Yes | Not tested | | Elementary-OS 5.0 | Juno | Yes | Not tested | +| Elementary-OS 5.1 | Hera | Yes | Tested | | Budgie Remix | 16.04 | Yes | | PoP! OS | Supported Ubuntu | Yes | Not tested | | Linux-Lite | 3.X | Yes | (Based on Ubuntu 16.04) |