From 34dfe4b5be2781ab589950fd5895fea289af2a0a Mon Sep 17 00:00:00 2001 From: Coolllyn Date: Thu, 10 Sep 2026 06:44:40 +0700 Subject: [PATCH] chore(void): lower VUR repo priority (00 -> 10) --- src/components/UninstallSection.vue | 2 +- src/data/installer.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/UninstallSection.vue b/src/components/UninstallSection.vue index af972a9..34ed348 100644 --- a/src/components/UninstallSection.vue +++ b/src/components/UninstallSection.vue @@ -93,7 +93,7 @@ const cleanupCode =

Nếu không còn dùng kho VUR nữa, xoá cấu hình kho:

- + diff --git a/src/data/installer.ts b/src/data/installer.ts index 4b4f2c4..54e2a62 100644 --- a/src/data/installer.ts +++ b/src/data/installer.ts @@ -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',