Skip to content

Commit

Permalink
attempt to use ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Aug 28, 2024
1 parent ea3a382 commit 62e2f93
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions install_wasmedge_quickjs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ WASMEDGE_REPO_PATH="./wasmedge_quickjs"

rm -rf "$WASMEDGE_REPO_PATH"

git clone --depth 1 --filter=blob:none --sparse https://github.com/demergent-labs/wasmedge-quickjs "$WASMEDGE_REPO_PATH"
git clone --depth 1 --filter=blob:none --sparse git@github.com:demergent-labs/wasmedge-quickjs.git "$WASMEDGE_REPO_PATH"
cd "$WASMEDGE_REPO_PATH"
git sparse-checkout set modules
git sparse-checkout add LICENSE
git sparse-checkout add LICENSE-QuickJS.txt
git sparse-checkout set modules LICENSE LICENSE-QuickJS.txt
# git sparse-checkout init
# git sparse-checkout add modules
# git sparse-checkout add LICENSE
# git sparse-checkout add LICENSE-QuickJS.txt
git checkout c21ff69f442998e4cda4619166e23a9bc91418be

0 comments on commit 62e2f93

Please sign in to comment.