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

Installation Wayback under the Termux in android #485

Open
gorod0k opened this issue Feb 14, 2024 · 4 comments
Open

Installation Wayback under the Termux in android #485

gorod0k opened this issue Feb 14, 2024 · 4 comments

Comments

@gorod0k
Copy link

gorod0k commented Feb 14, 2024

I'm new in Linux, so sorry for may be stupid question.

I'm trying to install Wayback under the Termux in android, but it's failure.
Is there a way to install and use the machine on android? Thank you!

Copy link

welcome bot commented Feb 14, 2024

Thanks for opening this issue. We should be by to give feedback soon. In the meantime, please check out the contributing guidelines.

@waybackarchiver
Copy link
Contributor

Have you tried installing wayback using curl -fsSL https://get.wabarc.eu.org | sh? Or manually download the artifact wayback-linux-armv7-0.19.1.tar.gz or wayback-linux-arm64-0.19.1.tar.gz?

@gorod0k
Copy link
Author

gorod0k commented Feb 14, 2024

Thank you for your quick response.
The result of running this command:
wabarc/wayback info installed ./bin/wayback

But running the command is unsuccessful:

cd ~/bin
~/bin $ wayback -h
No command wayback found

@waybackarchiver
Copy link
Contributor

It seems that the bin directory is not exported to the PATH, there are at least three options to make it work.

  1. check out the bin directory and run ./wayback -h.
  2. add the bin directory to the PATH.
  3. move the wayback binary to one of the directories exported to the PATH.

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