Skip to content

Commit

Permalink
Merge pull request #56 from gnmahanth/master
Browse files Browse the repository at this point in the history
add sysstat to ensure dependency when linux plugin is enabled
  • Loading branch information
gnmahanth authored Mar 28, 2022
2 parents f695dde + 3f18f0d commit f4b08a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ ensure_system_packages()
{
logit "install required system packages"
if [ "$ID" = "debian" ] || [ "$ID" = "ubuntu" ]; then
apt install -qy curl wget netcat logrotate &>/dev/null
apt install -qy curl wget netcat logrotate sysstat &>/dev/null
fi
if [ "$ID" = "centos" ]; then
yum install -y curl wget nc logrotate &>/dev/null
yum install -y curl wget nc logrotate sysstat &>/dev/null
fi
}

Expand Down

0 comments on commit f4b08a3

Please sign in to comment.