diff --git a/dot_local/bin/executable_install-node-exporter-system b/dot_local/bin/executable_install-node-exporter-system index c2f4113..00d8dd5 100755 --- a/dot_local/bin/executable_install-node-exporter-system +++ b/dot_local/bin/executable_install-node-exporter-system @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=node_exporter -VERSION=${VERSION:-1.6.0} +VERSION=${VERSION:-1.6.1} APPS_DIR=/usr/local/apps/${APP} URL=https://github.com/prometheus/node_exporter/releases/download/v${VERSION}/node_exporter-${VERSION}.$(get_os)-$(get_arch).tar.gz