Skip to content

Commit

Permalink
Update install.sh: put "sudo apt-get update" output in TMP file
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Aug 10, 2024
1 parent 3c34d68 commit e9536f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3572,7 +3572,7 @@ install_installer_dependencies()

display_msg --log progress "Installing installer dependencies."
TMP="${ALLSKY_LOGS}/installer.dependencies.log"
sudo apt-get update && run_aptGet gawk jq > "${TMP}" 2>&1
{ sudo apt-get update && run_aptGet gawk jq } > "${TMP}" 2>&1
check_success $? "gawk,jq installation failed" "${TMP}" "${DEBUG}" ||
exit_with_image 1 "${STATUS_ERROR}" "gawk,jq install failed."

Expand Down

0 comments on commit e9536f1

Please sign in to comment.