Skip to content

Commit

Permalink
Merge pull request #4018 from AllskyTeam/master
Browse files Browse the repository at this point in the history
Pull master change into branch
  • Loading branch information
EricClaeys authored Dec 8, 2024
2 parents 41673fe + 845d4ae commit 713d4c6
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 @@ -3523,7 +3523,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
sudo apt-get update && run_aptGet gawk jq dialog
} > "${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 713d4c6

Please sign in to comment.