File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 7272 # Install common development tools that Copilot agents might need
7373 echo "Installing additional tools for Copilot agent environment..."
7474
75- # Install Azure CLI for cloud operations
76- curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
77-
78- # Install GitHub CLI for repository operations
79- type -p curl >/dev/null || (sudo apt update && sudo apt install curl -y)
80- curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
81- sudo chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg
82- echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
83- sudo apt update && sudo apt install gh -y
84-
8575 # Install EF Core tools globally
8676 dotnet tool install --global dotnet-ef
8777
You can’t perform that action at this time.
0 commit comments