From 779bea336e3c30f89ab3850c625b39636c41cbd0 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Tue, 13 Feb 2024 06:19:19 +0200 Subject: Soft link instead to the right place --- cjdns-full-installer.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cjdns-full-installer.sh') 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 -- cgit v1.2.3