Skip to content

Commit 336c19f

Browse files
committed
feat(installer): add Void Linux package-manager guide via VUR community repo
1 parent 179d214 commit 336c19f

1 file changed

Lines changed: 21 additions & 2 deletions

File tree

src/data/installer.ts

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,27 @@ export const logic = {
136136
],
137137
},
138138
'Void Linux': {
139-
'Package Manager':
140-
'Void Linux sử dụng xbps. Hiện chưa có gói chính thức, vui lòng build from source.',
139+
'Package Manager': [
140+
{
141+
type: 'text',
142+
content:
143+
'Gói fcitx5-lotus hiện được cộng đồng đóng gói trong kho VUR. Hướng dẫn dành cho bản x86_64 glibc.',
144+
},
145+
{
146+
type: 'code',
147+
content:
148+
'curl -fsSL "https://codeberg.org/oSoWoSo/oco/raw/branch/OCO/keys/oco-repo-key.plist" -o /tmp/oco-repo-key.plist 2>/dev/null || curl -fsSL "https://raw.githubusercontent.com/oSoWoSo/Void_Community_Repository/OCO/keys/oco-repo-key.plist" -o /tmp/oco-repo-key.plist\nsudo cp /tmp/oco-repo-key.plist /var/db/xbps/keys/oco-repo-key.plist\necho repository=https://repo.osowoso.org/x86_64 | sudo tee /etc/xbps.d/00-VUR.conf\nsudo xbps-install -S\nsudo xbps-install -S fcitx5-lotus',
149+
},
150+
{
151+
type: 'text',
152+
content:
153+
'Tuỳ chọn: nếu muốn dùng GUI settings, cài thêm gói fcitx5-lotus-settings.',
154+
},
155+
{
156+
type: 'code',
157+
content: 'sudo xbps-install -S fcitx5-lotus-settings',
158+
},
159+
],
141160
Binary:
142161
'Void Linux sử dụng xbps. Hiện chưa có gói chính thức, vui lòng build from source.',
143162
Source:

0 commit comments

Comments
 (0)