aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcjdns-full-installer.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/cjdns-full-installer.sh b/cjdns-full-installer.sh
index 4ed774e..d25b018 100755
--- a/cjdns-full-installer.sh
+++ b/cjdns-full-installer.sh
@@ -19,6 +19,5 @@ sudo cp cjdns/target/release/randombytes /usr/bin/
sudo cp cjdns/target/release/sybilsim /usr/bin/
sudo cp cjdns/contrib/systemd/cjdns.service /etc/systemd/system/
sudo cp cjdns/contrib/systemd/cjdns-resume.service /etc/systemd/system
-cp -r cjdns/tools/lib ~/.arching-kaos/bin/
-cp cjdns/tools/dumpLinks ~/.arching-kaos/bin/
+ln -s `realpath cjdns/tools/dumpLinks` ~/.arching-kaos/bin/dumpLinks
sudo systemctl enable --now cjdns.service