Skip to content

feat: add get.sh script #3310

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2023
Merged

feat: add get.sh script #3310

merged 1 commit into from
Jul 28, 2023

Conversation

quantumsheep
Copy link
Member

@quantumsheep quantumsheep commented Jul 28, 2023

Should work on Linux, macOS and FreeBSD.

To test this PR:

curl -s https://raw.githubusercontent.com/scaleway/scaleway-cli/feat/get-script/scripts/get.sh | sh

Can also be done inside a container:

docker run -it --rm ubuntu bash -c "\
    apt-get update \
    && apt install -y curl \
    && curl -s https://raw.githubusercontent.com/scaleway/scaleway-cli/feat/get-script/scripts/get.sh | sh \
    && scw --help"

@quantumsheep quantumsheep added this pull request to the merge queue Jul 28, 2023
Merged via the queue into master with commit 1bb3dc4 Jul 28, 2023
@quantumsheep quantumsheep deleted the feat/get-script branch July 28, 2023 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants