probonopd / go-appimage

Go implementation of AppImage tools
MIT License
821 stars 71 forks source link

Fix removal instructions for appimaged #186

Closed Jackenmen closed 2 years ago

Jackenmen commented 2 years ago

Fixes #185

This could alternatively use a single systemctl --user disable --now appimaged.service command which uses --now flag that was added in systemd v220 but that was released in 2015 so I'm not sure if it's portable enough.