Skip to content

Commit

Permalink
Fix missing required package install of tar on FreeBSD (netdata#14095)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dim-P authored Dec 6, 2022
1 parent 56e22c1 commit 93542d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/installer/install-required-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@ declare -A pkg_tar=(
['gentoo']="app-arch/tar"
['clearlinux']="os-core-update"
['macos']="NOTREQUIRED"
['freebsd']="NOTREQUIRED"
['default']="tar"
)

Expand Down

0 comments on commit 93542d1

Please sign in to comment.