Skip to content

Commit 95ebc38

Browse files
committed
Remove '-y' flag from Azure CLI installation command in setup.sh for manual confirmation
1 parent f14dd2a commit 95ebc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ install_packages "${packages[@]}"
1919
# Install az cli if not present
2020
if ! command_exists az; then
2121
log "INFO" "Azure CLI not found. Installing Azure CLI..."
22-
curl -L https://aka.ms/InstallAzureCli | bash -y
22+
curl -L https://aka.ms/InstallAzureCli | bash
2323
if command_exists az; then
2424
log "INFO" "Azure CLI installed successfully."
2525
else

0 commit comments

Comments
 (0)