Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
Support Elementary-OS 5.1-Hera (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
IslamAlam authored and tprasadtp committed Dec 9, 2019
1 parent e92fe1d commit ea8a0bb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
4 changes: 2 additions & 2 deletions after-effects
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion data/bin.list
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# In /usr/local/bin
# Be careful not to rename existing ones
# <URL>,<filename>
# 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
1 change: 1 addition & 0 deletions docs/faq/distros.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down

0 comments on commit ea8a0bb

Please sign in to comment.