Skip to content

Commit

Permalink
Add install_buildtools.sh to check_deps.sh error message (#3921)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Warehime committed May 3, 2022
1 parent cd4015a commit f83e312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if [ $MISSING -eq 0 ]
then
echo "$GREEN_FG[$0]$END_FG_COLOR Required dependencies installed."
else
echo -e "$RED_FG[$0]$END_FG_COLOR Required dependencies missing. Run \`${TEAL_FG}./scripts/configure_dev.sh$END_FG_COLOR\` to install."
echo -e "$RED_FG[$0]$END_FG_COLOR Required dependencies missing. Run \`${TEAL_FG}./scripts/configure_dev.sh$END_FG_COLOR\` and/or \`${TEAL_FG}./scripts/buildtools/install_buildtools.sh$END_FG_COLOR\` to install."
exit 1
fi

0 comments on commit f83e312

Please sign in to comment.