Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/UninstallSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const zypperRemove =
'sudo zypper remove fcitx5-lotus\nsudo zypper removerepo fcitx5-lotus';

const voidXbpsRemove =
'sudo xbps-remove -R fcitx5-lotus fcitx5-lotus-settings fcitx5-lotus-breeze';
'sudo xbps-remove -R fcitx5-lotus fcitx5-lotus-settings';

const voidSvCleanup =
'sudo rm -f /var/service/fcitx5-lotus.*\nsudo rm -rf /etc/sv/fcitx5-lotus.*';
Expand Down
9 changes: 0 additions & 9 deletions src/data/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,15 +166,6 @@ export const logic = {
type: 'code',
content: 'sudo xbps-install -S fcitx5-lotus-settings',
},
{
type: 'text',
content:
'Tuỳ chọn: nếu bạn đang dùng theme breeze, hãy cài thêm gói fcitx5-lotus-breeze.',
},
{
type: 'code',
content: 'sudo xbps-install -S fcitx5-lotus-breeze',
},
],
Binary:
'Void Linux không cung cấp gói Binary riêng, gói được cài qua xbps. Khuyến khích dùng phương thức Package Manager hoặc build from source (phương thức Source).',
Expand Down
Loading