Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-kastil committed Oct 2, 2022
1 parent 272fd26 commit ffce8aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Setup/setup-az-204.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ choco install googlechrome -y
choco install vscode -y
choco install dotnetcore-sdk -y
choco install dotnet-6.0-sdk -y
choco install nodejs-lts --version=14.15.0 -y
choco install nodejs-lts --version=16.10.0 -y
choco install azure-cli -y
choco install azurepowershell -y
choco install curl -y
Expand Down Expand Up @@ -77,6 +77,9 @@ code --install-extension ms-kubernetes-tools.vscode-aks-tools
npm install -g azure-functions-core-tools@4 --unsafe-perm true --force
npm install -g azurite

# Azure Developer CLI
powershell -ex AllSigned -c "Invoke-RestMethod 'https://aka.ms/install-azd.ps1' | Invoke-Expression"

# Install Angular
Write-Host "Installing Angular - 6/6" -ForegroundColor yellow
npx @angular/cli@latest analytics off
Expand Down

0 comments on commit ffce8aa

Please sign in to comment.