Skip to content
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

Wiki Home may need updates; getting gyb for a Mac fails both ways #499

Open
kdraeder opened this issue Feb 21, 2025 · 0 comments
Open

Wiki Home may need updates; getting gyb for a Mac fails both ways #499

kdraeder opened this issue Feb 21, 2025 · 0 comments

Comments

@kdraeder
Copy link

Maybe there are some precursor commands I need to know, but simply following the instructions doesn't work for me.

>> bash < ( curl -s -S -L https://git.io/gyb-install )
Missing name for redirect.

>> bash
>> curl -s -S -L https://git.io/gyb-install
#!/usr/bin/env bash

usage()
{
... [pages of script]
...
# Clean up after ourselves even if we are killed with CTRL-C
trap "rm -rf $temp_archive_dir" EXIT

It didn't start, and seems to not have installed either:

>> which gyb
>>

So I tried to get the tar file, but that link leads to a "404 This is not the web page you are looking for" page.

Any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant