Skip to content

Commit

Permalink
Merge pull request #683 from brightbluejay/brightbluejay-patch-1
Browse files Browse the repository at this point in the history
Deleted command prompts in Linux install example
  • Loading branch information
Mark Wolfe authored Jun 30, 2021
2 parents a882ec4 + 91ea8d1 commit a2c3532
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ saml2aws --version
While brew is available for Linux you can also run the following without using a package manager.

```
$ CURRENT_VERSION=$(curl -Ls https://api.github.com/repos/Versent/saml2aws/releases/latest | grep 'tag_name' | cut -d'v' -f2 | cut -d'"' -f1)
$ wget -c https://github.com/Versent/saml2aws/releases/download/v${CURRENT_VERSION}/saml2aws_${CURRENT_VERSION}_linux_amd64.tar.gz -O - | tar -xzv -C ~/.local/bin
$ chmod u+x ~/.local/bin/saml2aws
$ hash -r
$ saml2aws --version
CURRENT_VERSION=$(curl -Ls https://api.github.com/repos/Versent/saml2aws/releases/latest | grep 'tag_name' | cut -d'v' -f2 | cut -d'"' -f1)
wget -c https://github.com/Versent/saml2aws/releases/download/v${CURRENT_VERSION}/saml2aws_${CURRENT_VERSION}_linux_amd64.tar.gz -O - | tar -xzv -C ~/.local/bin
chmod u+x ~/.local/bin/saml2aws
hash -r
saml2aws --version
```

#### [Arch Linux](https://archlinux.org/) and its derivatives
Expand Down

0 comments on commit a2c3532

Please sign in to comment.