sundowndev / phoneinfoga

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

downloading error - bash: /proc/self/fd/13: No such file or directory #1388

Closed RunRenegade closed 10 months ago

RunRenegade commented 11 months ago

Bug / Issue When attempting to download the software on a Linux machine I am being given the following error; bash: /proc/self/fd/13: No such file or directory

To Reproduce I simply run; sudo bash <( curl -sSL https://raw.githubusercontent.com/sundowndev/phoneinfoga/master/support/scripts/install )

Expected behavior I believe this should give me the install file to then install globally.

Screenshots (optional) Image below shows the two commands ran, did the first without sudo. Capture1

Desktop (please complete the following information):

Additional context Thanks in advance

sundowndev commented 11 months ago

Use it like this instead: curl -sSL https://raw.githubusercontent.com/sundowndev/phoneinfoga/master/support/scripts/install | bash

RunRenegade commented 11 months ago

This works now, thanks a lot.

RunRenegade commented 11 months ago

Closed

craze9 commented 11 months ago

Use it like this instead: curl -sSL https://raw.githubusercontent.com/sundowndev/phoneinfoga/master/support/scripts/install | bash

It’s still doesn’t work