-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Linux aarch64 is not supported #1028
Comments
What's the output of |
Linux_aarch64 |
aarch64 is not yet supported, I'll update this issue accordingly. In the meantime, you can still build from source. |
In the meanwhile the
|
──(root㉿kali)-[/home/yoga] Please check the releases page for a list of supported systems. Read more at https://sundowndev.github.io/phoneinfoga/install/ /proc/self/fd/11: line 146: jq: command not found ┌──(root㉿kali)-[/home/yoga] Please check the releases page for a list of supported systems. Read more at https://sundowndev.github.io/phoneinfoga/install/ main: line 146: jq: command not found |
@yogaakash12 You have to install jq in order to use that script. |
1st run this Then Then Add --help at the end of the command for a list of install optionsbash <( curl -sSL https://raw.githubusercontent.com/sundowndev/phoneinfoga/master/support/scripts/install ) Then boom 💥💥💥💥 it will get installed |
when I wanted to execute this ./build-alpine I got unsupported architecture: aarch64 |
YES! This worked! Thanks! In this year it was working like in a normal way using docker or compose... But now it's again not working.. But this fixed it! |
While trying to install phoneinfoga, by this command line
curl -sSL https://raw.githubusercontent.com/sundowndev/phoneinfoga/master/support/scripts/install | bash
it says "Your OS/Arch is not supported."
I'm running Kali Linux on VM on a mac M1 silicon.
The text was updated successfully, but these errors were encountered: