Skip to content

Commit

Permalink
fix(kickstart): netdata_avail_check on Ubuntu (netdata#19183)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyam8 authored Dec 11, 2024
1 parent b65dd3f commit d83b2cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/installer/kickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1476,7 +1476,7 @@ pkg_installed() {
netdata_avail_check() {
case "${DISTRO_COMPAT_NAME}" in
debian|ubuntu)
env DEBIAN_FRONTEND=noninteractive apt-cache policy netdata | grep -q repo.netdata.cloud/repos/;
env DEBIAN_FRONTEND=noninteractive apt-cache policy netdata | grep -q "repo.*.netdata.cloud/repos/";
return $?
;;
centos|fedora|ol|amzn)
Expand Down

0 comments on commit d83b2cc

Please sign in to comment.