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