eabc844241137ab518fea223c7585667a90f0b25
[myops.git] / web / collect / automate / install_on_node.sh
1 (
2     mkdir -p /home/pl_monitor
3     cd /home/pl_monitor
4     curl --silent --insecure https://128.112.139.113/multiops/bootstrap.tar | tar -xvf -
5     chmod 755 ./*.sh
6     chmod 755 ./lshw
7     ./bootstrap.sh
8 )