File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414# curl -L -o "$DIR/juno.tar.gz" https://github.com/junobuild/juno/archive/$COMMIT.tar.gz
1515
1616# Use a release tag
17- # TAG=v0.0.48
18- # SOURCE_FOLDER="juno-${TAG#v}"
19- # curl -L -o "$DIR/juno.tar.gz" https://github.com/junobuild/juno/archive/refs/tags/$TAG.tar.gz
17+ TAG=v0.0.62
18+ SOURCE_FOLDER=" juno-${TAG# v} "
19+ curl -L -o " $DIR /juno.tar.gz" https://github.com/junobuild/juno/archive/refs/tags/$TAG .tar.gz
2020
2121# Use main
22- BRANCH=main
23- SOURCE_FOLDER=" juno-$BRANCH "
24- curl -L -o " $DIR /juno.tar.gz" https://github.com/junobuild/juno/archive/refs/heads/$BRANCH .tar.gz
22+ # BRANCH=main
23+ # SOURCE_FOLDER="juno-$BRANCH"
24+ # curl -L -o "$DIR/juno.tar.gz" https://github.com/junobuild/juno/archive/refs/heads/$BRANCH.tar.gz
2525
2626# Use a custom branch
2727# BRANCH="feat/rquickjs-patch-linx-arm"
@@ -31,6 +31,6 @@ curl -L -o "$DIR/juno.tar.gz" https://github.com/junobuild/juno/archive/refs/hea
3131tar -xf " $DIR /juno.tar.gz" -C " $DIR "
3232
3333# Rename the extracted folder to juno-main if branch is not main
34- # mv "$DIR/$SOURCE_FOLDER" "$JUNO_MAIN_DIR"
34+ mv " $DIR /$SOURCE_FOLDER " " $JUNO_MAIN_DIR "
3535
3636echo " juno source downloaded and extracted to $JUNO_MAIN_DIR ."
You can’t perform that action at this time.
0 commit comments