aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-02-13 06:19:19 +0200
committerkaotisk <kaotisk@arching-kaos.org>2024-02-13 06:19:19 +0200
commit779bea336e3c30f89ab3850c625b39636c41cbd0 (patch)
tree387108f54693cec181d25c20eab4468158992d97
parenta04d8d467406e37133915493f8883a3741ee6305 (diff)
downloadarching-kaos-tools-779bea336e3c30f89ab3850c625b39636c41cbd0.tar.gz
arching-kaos-tools-779bea336e3c30f89ab3850c625b39636c41cbd0.tar.bz2
arching-kaos-tools-779bea336e3c30f89ab3850c625b39636c41cbd0.zip
Soft link instead to the right place
-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