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

Unzip fail #12

Open
apeftable opened this issue Dec 28, 2023 · 3 comments
Open

Unzip fail #12

apeftable opened this issue Dec 28, 2023 · 3 comments

Comments

@apeftable
Copy link

Hello I have tried to run the following command but it unzip fails, any help?
curl -L https://vistara-labs.github.io/vimana/install.sh | bash && vimana init vimana run celestia light-node

Screenshot 2023-12-28 at 11 53 00 AM
@mmchougule
Copy link
Contributor

Hey, can you please provide your OS and architecture, is it darwin and arm64?

Also, these are 2 separate commands, please run them like this:

curl -L https://vistara-labs.github.io/vimana/install.sh | bash && vimana init

and then run:
vimana run celestia light-node

It would look like the following.

Screen Shot 2023-12-28 at 6 09 19 PM

@apeftable
Copy link
Author

I did run the commands separately but the outcome is the same.
As for the question about OS and architecture I have the following.

Screenshot 2023-12-29 at 10 52 49 AM

@Joelone
Copy link

Joelone commented Feb 2, 2024

The most probable reason of seeing the “End-of-central-directory signature not found” error, is the file is either corrupt, or the file download is incomplete.
Since the log mentioned "/tmp/vimcel/darwin_amd64.zip", you can try to remove the file and run the command again.

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

3 participants