Skip to content

Commit

Permalink
tested on fresh 1404 and 1604
Browse files Browse the repository at this point in the history
  • Loading branch information
ineiti committed Aug 29, 2017
1 parent 5a8cdb9 commit 3a8bb83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion simul/platform/mininet/setup_servers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ for s in $SERVERS; do
fi
scp $mininet/install_mininet.sh $login: > /dev/null
if ! ssh $login which mn; then
ssh -f $login "./install_mininet.sh &> /dev/null"
ssh -f $login "apt-get update"
ssh -f $login "apt-get install -y psmisc"
ssh -f $login "./install_mininet.sh > /dev/null" &
else
echo "Mininet already installed on $login"
fi
Expand Down

0 comments on commit 3a8bb83

Please sign in to comment.