Particle pi beta

Hi everyone…
i follow this site " https://docs.particle.io/guide/getting-started/start/raspberry-pi/#particle-pi-beta " . and i use the QUICK INSTALL. but when i write : bash <( curl -sL https://particle.io/install-pi ) on my pi (version 3 ) nothing happens. next i use this code : sudo apt-get -f install bash <( curl -sL https://particle.io/install-pi ) .
then i get an error: dev/fd packget not found .

Are you running Raspbian?

yes

Try this:

  • sudo apt-get update
  • bash <( curl -sL https://particle.io/install-pi )

dont work :frowning2:

You might want to paste the error message cos “dont work” doesn’t give us any information to help :wink:

1 Like

do nothing

and when i write sudo apt-get -f install bash <(…) . its give an error : "dev/df package not found "

Hmm…

Try: which bash

1 Like

SLOVED
i remove SD card and have new rasbian :slight_smile: so bash command begin work :sweat_smile:

Thank you for your time

Hi,

I am having exactly the same issue as described above,

I have already run the following commands,
sudo apt-get update
sudo apt-get upgrade
sudo rpi update
sudo apt-get dist-upgrade
which bash
sudo apt-get -f install <(…)

I can’t quite figure out exactly what anasManour did when he removed the SD card and now has a newer version of Raspbian.

any ideas?

OK, Solved, for anyone else who may be having the same issue,
I formatted the SD card and installed the raspbian stretch image which you can download from,

See the link to the installation guide on the same page,

Cheers

2 Likes