Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update faq.md #454

Merged
merged 1 commit into from
Sep 1, 2023
Merged
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
5 changes: 1 addition & 4 deletions docs/distributions/arch/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```
Expand Down
Loading