Skip to content

Commit

Permalink
Fix install script not starting watcher service
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Jun 27, 2024
1 parent 08afeda commit beadd09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-with-cargo-systemd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit beadd09

Please sign in to comment.