Skip to content

Commit

Permalink
Add OS and ARCH variables to the tar command also.
Browse files Browse the repository at this point in the history
  • Loading branch information
Russell de Pina committed Nov 8, 2024
1 parent c6459f3 commit ce4a87d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workshops/advanced-aks/workshop.md
Original file line number Diff line number Diff line change
Expand Up @@ -1966,7 +1966,7 @@ shasum: WARNING: 5 listed files could not be read
If the checksum verification is successful, extract the binary and move it to the desired bin directory in your `$PATH`.

```bash
tar xvf notation_$NOTATION_VERSION\_linux_amd64.tar.gz
tar xvf notation_$NOTATION_VERSION\_${OS}_${ARCH}.tar.gz
mv ./notation /usr/local
ln -s /usr/local/notation /usr/local/bin/notation
```
Expand Down

0 comments on commit ce4a87d

Please sign in to comment.