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

Error: spawn /tmp/.mount_CloneaA0Kw0N/Resources/bin/wget ENOENT #6

Open
LittleEntity opened this issue Jul 11, 2024 · 1 comment
Open

Comments

@LittleEntity
Copy link

Download/cloning fails with following error message:

Error: spawn /tmp/.mount_CloneaA0Kw0N/Resources/bin/wget ENOENT

How can I fix this?

Thank you ^^

@TimboInSpace
Copy link

TimboInSpace commented Jul 29, 2024

I was able to get past this by adding a symlink to my existing wget:

# Change to app directory that was cloned
cd Clonable/build
# Add a symlink to wget
mkdir -p linux/bin && cd linux/bin
ln -s $(which wget) .

After doing that, it ran fine. Granted, I was missing a slightly different path to wget, but the fix is probably the same.

🙏 thank you, developer, for this excellent tool! It is very convenient for creating static copies of websites

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

2 participants