Skip to content

Commit

Permalink
Recovered code in a commented state
Browse files Browse the repository at this point in the history
AlexanderSehr committed Feb 9, 2023

Verified

This commit was signed with the committer’s verified signature.
lann Lann
1 parent 758e342 commit b90f83e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions utilities/pipelines/sharedScripts/Set-EnvironmentOnAgent.ps1
Original file line number Diff line number Diff line change
@@ -134,6 +134,19 @@ function Set-EnvironmentOnAgent {
Write-Verbose 'Powershell version:' -Verbose
$PSVersionTable

# # Update the list of packages
# sudo apt-get update
# # Install pre-requisite packages.
# sudo apt-get install -y wget apt-transport-https software-properties-common
# # Download the Microsoft repository GPG keys
# wget -q "https://packages.microsoft.com/config/ubuntu/`$(lsb_release -rs)/packages-microsoft-prod.deb"
# # Register the Microsoft repository GPG keys
# sudo dpkg -i packages-microsoft-prod.deb
# # Update the list of packages after we added packages.microsoft.com
# sudo apt-get update
# # Install PowerShell
# sudo apt-get install -y powershell

###########################
## Install Azure CLI ##
###########################

0 comments on commit b90f83e

Please sign in to comment.