Skip to content

Commit

Permalink
Add missing tar for node exporter setup
Browse files Browse the repository at this point in the history
  • Loading branch information
deajan committed Nov 14, 2024
1 parent 277fdd0 commit ac62d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kickstart_source_script/post_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ check_internet
if [ $? -eq 0 ]; then
log "Install available with internet. setting up additional packages."
dnf install -4 -y epel-release 2>> "${LOG_FILE}" || log "Failed to install epel-release" "ERROR"
dnf install -4 -y htop atop nmon iftop iptraf tuned 2>> "${LOG_FILE}" || log "Failed to install additional tools" "ERROR"
dnf install -4 -y htop atop nmon iftop iptraf tuned tar 2>> "${LOG_FILE}" || log "Failed to install additional tools" "ERROR"
else
log "No epel available without internet. Didn't install additional packages."
fi
Expand Down

0 comments on commit ac62d99

Please sign in to comment.