mirror of https://github.com/EspoTek/Labrador.git
Fixed pi bootstrap script - references a repo I control now.
This commit is contained in:
parent
d90dc326cf
commit
8f89713996
|
@ -11,7 +11,7 @@ sudo apt-get install libusb-1.0-0-dev
|
|||
# see https://solarianprogrammer.com/2017/12/08/raspberry-pi-raspbian-install-gcc-compile-cpp-17-programs/
|
||||
cd /tmp
|
||||
rm -rf raspberry-pi-gcc-binary
|
||||
git clone --depth 1 https://bitbucket.org/sol_prog/raspberry-pi-gcc-binary.git
|
||||
git clone --depth 1 https://github.com/EspoTek/raspberry-pi-gcc-binary
|
||||
cd ./raspberry-pi-gcc-binary
|
||||
tar xf gcc-8.1.0.tar.bz2
|
||||
sudo mv -f gcc-8.1.0 /usr/local/gcc-8.1.0-labrador
|
||||
|
|
Loading…
Reference in New Issue