Skip to content

Commit

Permalink
[utils/common] Add support for KDE Neon
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 17, 2024
1 parent 61b60b1 commit 92fb5d1
Showing 1 changed file with 1 addition and 1 deletion.
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 92fb5d1

Please sign in to comment.