From beadd091ac7396a1f76d3e41139cff9f5fdf83c3 Mon Sep 17 00:00:00 2001 From: Alex Saveau Date: Thu, 27 Jun 2024 12:11:11 -0700 Subject: [PATCH] Fix install script not starting watcher service Signed-off-by: Alex Saveau --- install-with-cargo-systemd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-with-cargo-systemd.sh b/install-with-cargo-systemd.sh index bfd0691..9b84b55 100755 --- a/install-with-cargo-systemd.sh +++ b/install-with-cargo-systemd.sh @@ -9,7 +9,7 @@ XDG_SESSION_TYPE=x11 cargo +nightly install clipboard-history-$XDG_SESSION_TYPE --no-default-features curl -s https://raw.githubusercontent.com/SUPERCILEX/clipboard-history/master/$XDG_SESSION_TYPE/ringboard-$XDG_SESSION_TYPE.service -O --output-dir ~/.config/systemd/user/ systemctl --user daemon-reload -systemctl --user enable ringboard-$XDG_SESSION_TYPE +systemctl --user enable ringboard-$XDG_SESSION_TYPE --now cargo +nightly install clipboard-history clipboard-history-egui