Skip to content

Commit

Permalink
Use faucetsdn/ryu as it moved.
Browse files Browse the repository at this point in the history
Also fix an error because symbolic link already exists
  • Loading branch information
cheriimoya committed Feb 2, 2022
1 parent 384f0ec commit 1e0866f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ function ryu {

# fetch RYU
cd $BUILD_DIR/
git clone git://github.com/osrg/ryu.git ryu
git clone git://github.com/faucetsdn/ryu.git ryu
cd ryu

# install ryu
Expand All @@ -536,7 +536,7 @@ function ryu {
sudo ${PYPKG} setup.py install

# Add symbolic link to /usr/bin
sudo ln -s ./bin/ryu-manager /usr/local/bin/ryu-manager
sudo ln -sf ./bin/ryu-manager /usr/local/bin/ryu-manager
}

# Install NOX with tutorial files
Expand Down

0 comments on commit 1e0866f

Please sign in to comment.