...
Code Block | ||
---|---|---|
| ||
# You should still be ssh'd into the box # Check with whoami - it should say "vagrant" whoami # Access the shared folder - found at box/shared cd ~/shared # Clone the firmware repo git clone git@githubhttps://github.com:/uw-midsun/fwxv.git && cd fwxv # Try to build the firmware scons |
...