aboutsummaryrefslogtreecommitdiff
path: root/.devcontainer/scripts/getting-started.sh
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-12-27 19:07:12 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-12-27 19:07:12 -0800
commit317932204ed74332dc366d8086ba436e36f2ebc2 (patch)
tree0a5b73396ce30b67d5d32cfa3473d2c3651c54a8 /.devcontainer/scripts/getting-started.sh
parenta48c7e1d8326ced19d5c2f92000e6bc01a3842aa (diff)
downloadbun-317932204ed74332dc366d8086ba436e36f2ebc2.tar.gz
bun-317932204ed74332dc366d8086ba436e36f2ebc2.tar.zst
bun-317932204ed74332dc366d8086ba436e36f2ebc2.zip
Add clone-submodules to devcontainer makefile
Diffstat (limited to '.devcontainer/scripts/getting-started.sh')
-rw-r--r--.devcontainer/scripts/getting-started.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/.devcontainer/scripts/getting-started.sh b/.devcontainer/scripts/getting-started.sh
index 5fa8af83c..ee66dd91f 100644
--- a/.devcontainer/scripts/getting-started.sh
+++ b/.devcontainer/scripts/getting-started.sh
@@ -6,9 +6,6 @@ echo "# First time setup"
echo "gh auth login"
echo "gh repo clone Jarred-Sumner/bun . -- --depth=1 --progress -j8"
echo ""
-echo "# update all submodules except webkit because webkit takes awhile and it's already compiled for you."
-echo "git -c submodule.\"src/javascript/jsc/WebKit\".update=none submodule update --init --recursive --depth=1 --progress"
-echo ""
echo "# Compile bun dependencies (zig is already compiled)"
echo "make devcontainer"
echo ""