Skip to content

Commit

Permalink
Corrected CJDNS folder link in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdrgn2k committed Apr 20, 2018
1 parent 71ad22b commit dc9af68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/install2
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,7 @@ if [ ! -z "$CJDNS_PACKAGE" ]; then
if [[ ! "/opt/cjdns" ]]; then
sudo rm -rf /opt/cjdns
fi
sudo mkdir /opt/cjdns
sudo ln -s /usr/share/cjdns /opt/cjdns/tools
sudo ln -s /usr/share/cjdns /opt/cjdns
sudo ln -s /usr/bin/cjdroute /opt/cjdns/cjdroute
else
# Download cjdns repo and checkout TAG_CJDNS tag
Expand Down

0 comments on commit dc9af68

Please sign in to comment.