You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Maybe there are some precursor commands I need to know, but simply following the instructions doesn't work for me.
It didn't start, and seems to not have installed either:
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?
The text was updated successfully, but these errors were encountered: