Skip to content

Commit

Permalink
Merge pull request #206 from OpenVoiceOS/feat/support_neon
Browse files Browse the repository at this point in the history
[utils/common] Add support for KDE Neon
  • Loading branch information
goldyfruit authored Nov 17, 2024
2 parents 61b60b1 + 0957f5b commit dff974e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
2 changes: 1 addition & 1 deletion utils/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dff974e

Please sign in to comment.