From 92fb5d147fdb2dffa7ad0071210e55b830a7d5d8 Mon Sep 17 00:00:00 2001 From: goldyfruit Date: Sun, 17 Nov 2024 16:19:11 -0500 Subject: [PATCH 1/2] [utils/common] Add support for KDE Neon --- utils/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/common.sh b/utils/common.sh index a8e0b1e..d7b248d 100644 --- a/utils/common.sh +++ b/utils/common.sh @@ -226,7 +226,7 @@ function required_packages() { fi case "$DISTRO_NAME" in - debian | ubuntu | raspbian | linuxmint | zorin) + debian | ubuntu | raspbian | linuxmint | zorin | neon) UPDATE=1 apt_ensure python3 python3-dev python3-pip python3-venv whiptail expect jq "${extra_packages[@]}" &>>"$LOG_FILE" ;; fedora) From 0957f5b84b956abec3f84889257f861ea856a920 Mon Sep 17 00:00:00 2001 From: goldyfruit Date: Sun, 17 Nov 2024 16:21:42 -0500 Subject: [PATCH 2/2] [readme] Add support for KDE Neon --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c96d3da..d65b283 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ sudo sh -c "$(curl -fsSL https://raw.githubusercontent.com/OpenVoiceOS/ovos-inst | CentOS | `>= 8` | | Debian GNU/Linux | `>= 10` | | EndeavourOS | `rolling` | +| KDE Neon | `>=20.04` | | Fedora | `>= 37` | | Linux Mint | `>= 21` | | openSUSE Leap | `>= 15` |