Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #26 from prince737/master
Browse files Browse the repository at this point in the history
Update usage of yq to align with v4
  • Loading branch information
ashishth09 authored Feb 4, 2021
2 parents 92b7ac2 + 9fa0e1b commit 7c9c6aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v3.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ You can use the following steps to install an agent that will run on one of your

# Prerequisites
- For Windows 10, Before starting with steps mentioned above, activate WSL (Windows Subsystem for Linux) and install [Ubuntu shell](https://win10faq.com/install-run-ubuntu-bash-windows-10/)
- yq CLI
- yq CLI version 4.0.0 or higher
- For MacOS, Windows 10: Install [yq CLI](http://mikefarah.github.io/yq/)
- For CentOS, Red Hat and Ubuntu : Install yq CLI version 1.15 by running the folowing commands:
`wget https://github.com/mikefarah/yq/releases/download/1.15.0/yq_linux_amd64`
- For CentOS, Red Hat and Ubuntu : Install yq CLI version 4.4.1 by running the folowing commands:
`wget https://github.com/mikefarah/yq/releases/download/v4.4.1/yq_linux_amd64.tar.gz`
`mv yq_linux_amd64 yq`
`chmod +x yq`
`mv yq /usr/local/bin/`
Expand Down
Binary file modified v3.0/security-advisor-activity-insights.tar
Binary file not shown.

0 comments on commit 7c9c6aa

Please sign in to comment.