Skip to content

Commit

Permalink
Update download version to 1.1.0 (#268)
Browse files Browse the repository at this point in the history
Closes #267

Signed-off-by: Terry Howe <[email protected]>
  • Loading branch information
Terry Howe authored Oct 12, 2023
1 parent c898b66 commit 3594517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ORAS_CLI/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const os = [
{
label: 'Linux',
value: 'linux',
content: 'VERSION=\"1.0.0\"\ncurl -LO \"https://github.com/oras-project/oras/releases/download/v${VERSION}/oras_${VERSION}_linux_amd64.tar.gz\"\nmkdir -p oras-install/\ntar -zxf oras_${VERSION}_*.tar.gz -C oras-install/\nsudo mv oras-install/oras /usr/local/bin/\nrm -rf oras_${VERSION}_*.tar.gz oras-install/',
content: 'VERSION=\"1.1.0\"\ncurl -LO \"https://github.com/oras-project/oras/releases/download/v${VERSION}/oras_${VERSION}_linux_amd64.tar.gz\"\nmkdir -p oras-install/\ntar -zxf oras_${VERSION}_*.tar.gz -C oras-install/\nsudo mv oras-install/oras /usr/local/bin/\nrm -rf oras_${VERSION}_*.tar.gz oras-install/',
},
];

Expand Down

0 comments on commit 3594517

Please sign in to comment.