Skip to content

Commit c0d89a9

Browse files
authored
Merge pull request #18 from Coolllyn/fix_void_remove_service
fix_void_service
2 parents e3623f7 + cf11391 commit c0d89a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/UninstallSection.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const voidXbpsRemove =
1919
'sudo xbps-remove -R fcitx5-lotus fcitx5-lotus-settings';
2020
2121
const voidSvCleanup =
22-
'rm -f /var/service/fcitx5-lotus.*\nrm -rf /etc/sv/fcitx5-lotus.*';
22+
'sudo rm -f /var/service/fcitx5-lotus.*\nsudo rm -rf /etc/sv/fcitx5-lotus.*';
2323
2424
const releasesDebian = '# Debian / Ubuntu\nsudo apt remove fcitx5-lotus';
2525
const releasesFedora = '# Fedora\nsudo dnf remove fcitx5-lotus';

0 commit comments

Comments
 (0)