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