Advertisement
Guest User

A314 autodetect install

a guest
Apr 5th, 2020
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.89 KB | None | 0 0
  1. pi@A314:~ $ git clone -b autodetect https://github.com/niklasekstrom/a314.git
  2. Cloning into 'a314'...
  3. remote: Enumerating objects: 282, done.
  4. remote: Counting objects: 100% (282/282), done.
  5. remote: Compressing objects: 100% (148/148), done.
  6. remote: Total 721 (delta 169), reused 224 (delta 133), pack-reused 439
  7. Receiving objects: 100% (721/721), 1.75 MiB | 1.23 MiB/s, done.
  8. Resolving deltas: 100% (397/397), done.
  9. pi@A314:~ $ cd a314/Software/
  10. pi@A314:~/a314/Software $ sudo chmod +x rpi_docker_build.sh
  11. pi@A314:~/a314/Software $ ./rpi_docker_build.sh
  12. Unable to find image 'niekstrom/a314-rpi-build:latest' locally
  13. latest: Pulling from niekstrom/a314-rpi-build
  14. 31994f9482cd: Downloading [=========================================>         ]  61.31MB/73.79MB
  15. 970eaabfaeca: Download complete
  16. 89189b0aada8: Download complete
  17. 174a6dc5255e: Waiting
  18. d50d13de6595: Waiting
  19. 3db291f73df2: Waiting
  20. ^C
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement