Skip to content

Commit

Permalink
Update script.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vikasnav committed May 31, 2020
1 parent 288b741 commit e421c83
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions 201-vm-linux-comprehensive/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,4 @@ whoami

sleep 20

echo "Update the system."
sudo apt-get update -y

# Prerequiste on Ubuntu 16.04 for AzureCLI
echo "Update prerequiste for AzureCLI."
sudo apt-get install -y libssl-dev libffi-dev python-dev build-essential -y

echo "Install Python 3.5"
sudo apt-get install python3.5 -y

echo "Install Python PIP."
sudo apt-get install python-pip -y

echo "Upgrading Python PIP."
pip install --upgrade pip

echo "Install AzureCLI."
curl -sL https://aka.ms/InstallAzureCLI | sudo bash

# Run simple command to test availablity AzureCLI
echo "Running: az --version"
az --version

echo "Completed test configuration for VM comprehensive."

0 comments on commit e421c83

Please sign in to comment.