Skip to content

Commit 84071b9

Browse files
author
Dmitry Savonin
committed
added get bas script
1 parent 83f7a47 commit 84071b9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

get-bas.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env bash
2+
apt update
3+
apt install build-essential socat
4+
git clone https://github.com/Ankr-network/bas-devnet-setup bas --recursive
5+
cd bas
6+
make all

0 commit comments

Comments
 (0)