Fixed pi bootstrap script - references a repo I control now.

This commit is contained in:
Chris Esposito 2019-06-09 12:08:47 +10:00 committed by GitHub
parent d90dc326cf
commit 8f89713996
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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