File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ if ! command -v aaz-dev &> /dev/null; then
5151 SECONDS=0
5252
5353 echo
54- uv pip install aaz-dev
54+ uv pip install aaz-dev --link-mode=copy
5555
5656 # `azdev` repositories
5757 setup_repo " azure-cli"
@@ -69,6 +69,6 @@ if ! command -v aaz-dev &> /dev/null; then
6969 echo -e " \n${GREEN} Finished setup! Please launch the codegen tool via:${NC} "
7070 echo -e " ${GREEN} \$ aaz-dev run -c azure-cli -e azure-cli-extensions -s azure-rest-api-specs -a aaz${NC} \n"
7171else
72- echo -e " \n ${GREEN} Please launch the codegen tool via:${NC} "
73- echo -e " ${GREEN} \$ aaz-dev run -c azure-cli -e azure-cli-extensions -s azure-rest-api-specs -a aaz${NC} \n"
72+ echo -e " \nPlease launch the codegen tool via:"
73+ echo -e " $ aaz-dev run -c azure-cli -e azure-cli-extensions -s azure-rest-api-specs -a aaz\n"
7474fi
You can’t perform that action at this time.
0 commit comments