-
Notifications
You must be signed in to change notification settings - Fork 6
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
--self-upgrade is funky on Intel Macs #45
Comments
Any idea what that file is? Can you run |
Also, can you manually download the release ubi downloaded and see if it works? Maybe the release itself is just broken for some reason. |
If I just download the release, I get:
in="$HOME/local/bin"
mkdir -p "$in"
if [ ! "$(command -v "$in/ubi")" ]; then
curl --silent --location \
https://raw.githubusercontent.com/houseabsolute/ubi/master/bootstrap/bootstrap-ubi.sh |
TARGET=$in sh
fi |
|
Ok, this looks like a known bug in the There's a fork of the tar crate I could use, but I'd really like to see this fixed in the original. |
This should be fixed in v0.0.28. |
Looks great. Thanks! |
I've run into this before but it took me a while to realize that it only happens on my older Macs and not on the new one and I don't believe I've seen it on Linux.
The text was updated successfully, but these errors were encountered: