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

Linux aarch64 is not supported #1028

Open
Qamamri opened this issue Mar 25, 2022 · 9 comments
Open

Linux aarch64 is not supported #1028

Qamamri opened this issue Mar 25, 2022 · 9 comments

Comments

@Qamamri
Copy link

Qamamri commented Mar 25, 2022

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.

@sundowndev
Copy link
Owner

What's the output of echo "$(uname -s)_$(uname -m)" ?

@Qamamri
Copy link
Author

Qamamri commented Apr 22, 2022

Linux_aarch64

@sundowndev
Copy link
Owner

sundowndev commented May 2, 2022

aarch64 is not yet supported, I'll update this issue accordingly.

In the meantime, you can still build from source.

@sundowndev sundowndev changed the title Architecture problem Linux aarch64 is not supported May 2, 2022
@cyb3rw0lf
Copy link

In the meanwhile the Linux_arm64 package seems to be working fine:

curl -sSL https://raw.githubusercontent.com/sundowndev/phoneinfoga/master/support/scripts/install | sed -e 's/os=.*/os="Linux_arm64"/' | bash

@yogaakash12
Copy link

──(root㉿kali)-[/home/yoga]
└─# bash <( curl -sSL https://raw.githubusercontent.com/sundowndev/phoneinfoga/master/support/scripts/install )
Error: Linux_aarch64 is not supported, installation will attempt to proceed manually.

Please check the releases page for a list of supported systems.
https://github.com/sundowndev/phoneinfoga/releases

Read more at https://sundowndev.github.io/phoneinfoga/install/

/proc/self/fd/11: line 146: jq: command not found
Please select a version of PhoneInfoga to download.
Validating checksum ...
######################################################################################################################################################################## 100.0%
sha256sum: phoneinfoga_checksums.txt: no file was verified

┌──(root㉿kali)-[/home/yoga]
└─# curl -sSL https://raw.githubusercontent.com/sundowndev/phoneinfoga/master/support/scripts/install | sed -e 's/os=.*/os="Linux_arm64"/' | bash
Error: Linux_aarch64 is not supported, installation will attempt to proceed manually.

Please check the releases page for a list of supported systems.
https://github.com/sundowndev/phoneinfoga/releases

Read more at https://sundowndev.github.io/phoneinfoga/install/

main: line 146: jq: command not found
Please select a version of PhoneInfoga to download.
Validating checksum ...
######################################################################## 100.0%
sha256sum: phoneinfoga_checksums.txt: no file was verified
check this error

@sundowndev
Copy link
Owner

sundowndev commented Jul 17, 2023

@yogaakash12 You have to install jq in order to use that script.

@WhiteDevil5787
Copy link

1st run this
git clone https://github.com/sundowndev/PhoneInfoga
cd PhoneInfoga/

Then
wget $(curl -s https://api.github.com/repos/sundowndev/phoneinfoga/releases/latest | grep tarball_url | cut -d '"' -f 4) -O PhoneInfoga.tar.gz
tar -xvzf PhoneInfoga.tar.gz
cd sundowndev*

Then

Add --help at the end of the command for a list of install options

bash <( curl -sSL https://raw.githubusercontent.com/sundowndev/phoneinfoga/master/support/scripts/install )

Then boom 💥💥💥💥 it will get installed

@yerdaulete
Copy link

when I wanted to execute this ./build-alpine I got unsupported architecture: aarch64
someone knows what happened

@Programmetajs
Copy link

1st run this git clone https://github.com/sundowndev/PhoneInfoga cd PhoneInfoga/

Then wget $(curl -s https://api.github.com/repos/sundowndev/phoneinfoga/releases/latest | grep tarball_url | cut -d '"' -f 4) -O PhoneInfoga.tar.gz tar -xvzf PhoneInfoga.tar.gz cd sundowndev*

Then

Add --help at the end of the command for a list of install options

bash <( curl -sSL https://raw.githubusercontent.com/sundowndev/phoneinfoga/master/support/scripts/install )

Then boom 💥💥💥💥 it will get installed

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants