Skip to content

Commit 6b75591

Browse files
committed
updated install local script
1 parent c3f2965 commit 6b75591

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/install-local-da.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/bin/bash
22

33
echo "Downloading Local-DA source code..."
4-
git clone https://github.com/rollkit/rollkit.git
4+
git clone --depth=1 https://github.com/rollkit/rollkit.git
5+
# TODO : replace with go install once the repo is tagged
56
cd rollkit || { echo "Failed to find the downloaded repository"; exit 1; }
67
make build-da
78
echo "Starting Local DA..."

0 commit comments

Comments
 (0)