Skip to content

Commit

Permalink
[chore] Update upstream repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure-stars committed Jan 2, 2025
1 parent 86c8ddf commit 64dcf6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/get_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
AX_ROOT=.arceos

test ! -d "$AX_ROOT" && echo "Cloning repositories ..." || true
test ! -d "$AX_ROOT" && git clone https://github.com/Azure-stars/Starry -b monolithic "$AX_ROOT" --depth=1 || true
test ! -d "$AX_ROOT" && git clone https://github.com/Azure-stars/arceos -b monolithic "$AX_ROOT" --depth=1 || true

$(dirname $0)/set_ax_root.sh $AX_ROOT

0 comments on commit 64dcf6a

Please sign in to comment.