Update linux script

Mikayla Maki created

Added the git submodule initialization to the linux dependency script

Change summary

script/linux | 3 +++
1 file changed, 3 insertions(+)

Detailed changes

script/linux 🔗

@@ -2,6 +2,9 @@
 
 set -e
 
+# Install our submodule dependencies
+git submodule update --init --recursive
+
 # install the wasm toolchain
 rustup target add wasm32-wasi