sundowndev / phoneinfoga

Information gathering framework for phone numbers
https://sundowndev.github.io/phoneinfoga/
GNU General Public License v3.0
12.75k stars 3.55k forks source link

Linux aarch64 is not supported #1028

Open Qamamri opened 2 years ago

Qamamri commented 2 years ago

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 commented 2 years ago

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

Qamamri commented 2 years ago

Linux_aarch64

sundowndev commented 2 years ago

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

In the meantime, you can still build from source.

cyb3rw0lf commented 1 year ago

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 commented 1 year ago

──(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 commented 1 year ago

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

WhiteDevil5787 commented 11 months ago

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 commented 8 months ago

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

Programmetajs commented 1 month ago

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!