From 90519f39bbcd424ef9b604bf4cd4c2fdec1d28bb Mon Sep 17 00:00:00 2001 From: Sprunglicious <142934684+Sprunglicious@users.noreply.github.com> Date: Fri, 1 Sep 2023 03:18:59 -0500 Subject: [PATCH] Update faq.md Removed the Redocorating repo, as it is no longer used. I also changed the building kernel link to the new maintainer's link. --- docs/distributions/arch/faq.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/distributions/arch/faq.md b/docs/distributions/arch/faq.md index 617c44dd..a6f9e2b6 100644 --- a/docs/distributions/arch/faq.md +++ b/docs/distributions/arch/faq.md @@ -5,9 +5,6 @@ Add new repositories to `/etc/pacman.conf`, by adding this: ```ini -[Redecorating-t2] -Server = https://github.com/Redecorating/archlinux-t2-packages/releases/download/packages - [arch-mact2] Server = https://mirror.funami.tech/arch-mact2/os/x86_64 SigLevel = Never @@ -21,7 +18,7 @@ You can use Xanmod kernel instead by replacing `linux-t2` with `linux-xanmod-t2` # Building Kernel ```sh -git clone https://github.com/Redecorating/linux-t2-arch +git clone https://github.com/NoaHimesaka1873/linux-t2-arch cd linux-t2-arch makepkg -si ```