summarylogtreecommitdiffstats
path: root/keybase-gui.in
AgeCommit message (Collapse)Author
2024-08-02keybase: keybase-gui: do not run `systemctl import-environment` if unsetIvan Shapovalov
If the variable is unset, `systemctl import-environment` exits with an error. Explicitly call `systemctl unset-environment` in this case.
2024-08-02keybase: keybase-gui: bashize, cleanupIvan Shapovalov
Arch uses bash; no reason not to use it here.
2024-08-02keybase: keybase-gui: single-source electron versionIvan Shapovalov