We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14dd2a commit 95ebc38Copy full SHA for 95ebc38
scripts/setup.sh
@@ -19,7 +19,7 @@ install_packages "${packages[@]}"
19
# Install az cli if not present
20
if ! command_exists az; then
21
log "INFO" "Azure CLI not found. Installing Azure CLI..."
22
- curl -L https://aka.ms/InstallAzureCli | bash -y
+ curl -L https://aka.ms/InstallAzureCli | bash
23
if command_exists az; then
24
log "INFO" "Azure CLI installed successfully."
25
else
0 commit comments