Eric Newberry | 0af79b6 | 2020-04-29 00:55:16 -0700 | [diff] [blame] | 1 | #!/bin/bash |
2 | # Configuration steps common to all non-router nodes | ||||
3 | |||||
4 | cp -R /integ ~/integration-tests | ||||
5 | cd ~/integration-tests && ./install_apps.py install_all 2>&1 | tee install.log | ||||
6 | rm -rf prepare | ||||
7 | cd install_helpers/tools && make clean |