#!/bin/bash set -xe cp /etc/skel/.bashrc ~/ cp /etc/skel/.profile ~/ cp /etc/skel/.bash_logout ~/ # ONOS git clone https://github.com/opennetworkinglab/onos.git tee -a ~/.bashrc <> ~/.bashrc # FIXME: for some reason protobuf python bindings are not properly installed cd ~/p4tools/protobuf/python sudo pip install .