branch: externals/matlab-mode
commit b07957000d253ad0f17504feba368476c4c8be34
Author: John Ciolfi <[email protected]>
Commit: John Ciolfi <[email protected]>
wsl_debian_setup.org: add sudo apt install shellcheck
This is used by Emacs flycheck on *.sh files
---
contributing/wsl_debian_setup.org | 1 +
1 file changed, 1 insertion(+)
diff --git a/contributing/wsl_debian_setup.org
b/contributing/wsl_debian_setup.org
index c0f3abc80e..d8540546c3 100644
--- a/contributing/wsl_debian_setup.org
+++ b/contributing/wsl_debian_setup.org
@@ -69,6 +69,7 @@ me, MATLAB R2025a ran well enough to leverage it in Emacs
matlab-shell.
sudo apt install git
sudo apt install -t bookworm-backports emacs
sudo apt install chromium
+ sudo apt install shellcheck
#+end_src
We need a bunch of packages to be able to install MATLAB. See this
[[https://www.mathworks.com/matlabcentral/answers/2018166-what-dependencies-are-needed-to-install-matlab-on-minimal-or-core-linux-installations][MATLAB
Answers post]]. The