keeping only pacman

This commit is contained in:
DraVee 2026-02-11 01:49:28 +01:00
parent 2e08576e9e
commit cfe3170903
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Ignoring SIGSEGV when debugging in host:
You must have GDB installed for aarch64 to debug the target. Install it through your package manager, e.g.:
* On Arch:
* `yay aarch64-linux-gnu-gdb` or `sudo pacman -Syu aarch64-linux-gdnu-gdb`
* `sudo pacman -Syu aarch64-linux-gnu-gdb`
* On Gentoo:
* `sudo emerge --ask crossdev`
* `sudo crossdev -t aarch64-unknown-linux-gnu --ex-gdb`