summaryrefslogtreecommitdiff
path: root/install-dependencies.sh
AgeCommit message (Collapse)Author
2023-09-20The shebang must be on the first line. Delete blanks and move comments. See ↵Joseph Mearman
SC1128. (#495) * The shebang must be on the first line. Delete blanks and move comments. See SC1128. https://github.com/koalaman/shellcheck/wiki/SC1128 * In POSIX sh, 'source' in place of '.' is undefined. https://github.com/koalaman/shellcheck/wiki/SC2039
2023-09-19style: :necktie: just to add an emoji to commit msgNate Sesti
2023-08-06Added a task to install all dependencies from top level without having to ↵Kirill Dubovitskiy
figure out commands in multiple sub projects. Developers should run this before the first debugging session and anytime they pull