sudo curl https://raw.githubusercontent.com/DexterInd/Raspbian_For_Robots/master/upd_script/fetch_brickpi3.sh | bash
resulted in
bash: line 1: 404:: command not found
sudo curl https://raw.githubusercontent.com/DexterInd/Raspbian_For_Robots/master/upd_script/fetch_brickpi3.sh | bash
resulted in
bash: line 1: 404:: command not found
In order to quickly install the BrickPi3 repository, open up a terminal and type the following command:
curl -kL dexterindustries.com/update_brickpi3 | bash
The same command can be used for updating the BrickPi3 to the latest version.
https://github.com/DexterInd/BrickPi3
-Kevin
Thank you…