From 0919b7ca67cdc0f2a60a6718e471a9b10bee7f20 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Tue, 10 Apr 2012 21:23:26 -0700 Subject: [PATCH] Use correct non-authenticated clone for of-dissector. --- util/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/install.sh b/util/install.sh index 6fd16e8..6bdae39 100755 --- a/util/install.sh +++ b/util/install.sh @@ -170,7 +170,7 @@ function wireshark { sudo apt-get install -y scons mercurial libglib2.0-dev sudo apt-get install -y libwiretap-dev libwireshark-dev cd ~ - hg clone ssh://hg@bitbucket.org/onlab/of-dissector + hg clone https://bitbucket.org/onlab/of-dissector cd of-dissector/src export WIRESHARK=/usr/include/wireshark scons