Closed nyrahul closed 4 years ago
Thanks Eduardo Ingles for this feedback.
Describe the bug Here are some tips that might help you improve setup.sh:
Installing Whitefield in Vagrant - Ubuntu bionic (18.04) from scratch https://app.vagrantup.com/ubuntu/boxes/bionic64
graphviz not found by default: sudo apt update
checking [jq] ... Please install [jq] and restart install sudo apt install jq
/usr/bin/env: ‘python’: No such file or directory sudo apt install python
/home/vagrant/whitefield/thirdparty/RIOT/tests/whitefield/../../Makefile.include:195: *** Neither unzip nor 7z is installed.. Stop. sudo apt install unzip
added default installation of jq, unzip, graphviz, python in setup.sh.
Thanks Eduardo Ingles for this feedback.
Describe the bug Here are some tips that might help you improve setup.sh:
Installing Whitefield in Vagrant - Ubuntu bionic (18.04) from scratch https://app.vagrantup.com/ubuntu/boxes/bionic64
graphviz not found by default: sudo apt update
checking [jq] ... Please install [jq] and restart install sudo apt install jq
/usr/bin/env: ‘python’: No such file or directory sudo apt install python
/home/vagrant/whitefield/thirdparty/RIOT/tests/whitefield/../../Makefile.include:195: *** Neither unzip nor 7z is installed.. Stop. sudo apt install unzip