aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 9715ee5..b128988 100644
--- a/makefile
+++ b/makefile
@@ -31,7 +31,7 @@ install:
install -m 644 -t '$(SYSDDIR)' adu-download.service
install -m 644 -t '$(SYSDDIR)' adu-download.timer
install -m 644 -t '$(SYSDDIR)' adu-upgrade.service
- ln -s '$(SYSDDIR)/adu-upgrade.service' '$(SYSDDIR)/system-update.target.wants/adu-upgrade.service'
+ ln -sf '$(SYSDDIR)/adu-upgrade.service' '$(SYSDDIR)/system-update.target.wants/adu-upgrade.service'
systemctl daemon-reload
#systemctl --now preset adu-download.timer
systemctl --now enable adu-download.timer