Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement uninstall subcommand #4

Closed
intrand opened this issue Sep 16, 2022 · 1 comment
Closed

implement uninstall subcommand #4

intrand opened this issue Sep 16, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@intrand
Copy link
Owner

intrand commented Sep 16, 2022

It's really easy to uninstall this program if you know Linux machines already:

  1. stop the service: systemctl --user stop sd-ge-proton-updater
  2. delete the systemd unit file: rm ~/.config/systemd/user/sd-ge-proton-updater.service
  3. make the system recognize the unit is gone: systemctl --user daemon-reload
  4. delete the binary: rm ~/.sd-ge-proton-updater

Doing all of that on a Steam Deck without a keyboard and mouse isn't the nicest task. Instead, this project should have an uninstall option in an easy-to-use GUI.

@intrand intrand added the enhancement New feature or request label Sep 16, 2022
@intrand intrand self-assigned this Sep 16, 2022
@intrand intrand mentioned this issue Sep 23, 2022
@intrand
Copy link
Owner Author

intrand commented Sep 23, 2022

implemented this and more in #5

@intrand intrand closed this as completed Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant