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 @@ -93,7 +93,7 @@ const cleanupCode =
<p class="instruction mb-2 mt-3">
Nếu không còn dùng kho VUR nữa, xoá cấu hình kho:
</p>
<CodeBlock :code="'sudo rm /etc/xbps.d/00-VUR.conf'" />
<CodeBlock :code="'sudo rm /etc/xbps.d/10-VUR.conf'" />
</UninstallItem>

<UninstallItem icon="simple-icons:nixos" name="NixOS">
Expand Down
2 changes: 1 addition & 1 deletion src/data/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const logic = {
{
type: 'code',
content:
'echo repository=https://repo.osowoso.org/x86_64 | sudo tee /etc/xbps.d/00-VUR.conf\nsudo xbps-install -S',
'echo repository=https://repo.osowoso.org/x86_64 | sudo tee /etc/xbps.d/10-VUR.conf\nsudo xbps-install -S',
},
{
type: 'text',
Expand Down
Loading