mirror of
https://github.com/netdata/netdata.git
synced 2025-04-06 14:35:32 +00:00
fix(kickstart): netdata_avail_check on Ubuntu (#19183)
This commit is contained in:
parent
b65dd3f097
commit
d83b2cc908
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue