mirror of https://github.com/pwndbg/pwndbg
add archcraft to the list of arch-based distros (#2083)
Co-authored-by: Uros Lazic <uros.lazic@protonmail.com>
This commit is contained in:
parent
f55198b6e1
commit
8d067127a7
2
setup.sh
2
setup.sh
|
@ -132,7 +132,7 @@ if linux; then
|
|||
"opensuse-leap" | "opensuse-tumbleweed")
|
||||
install_zypper
|
||||
;;
|
||||
"arch" | "archarm" | "endeavouros" | "manjaro" | "garuda" | "cachyos")
|
||||
"arch" | "archarm" | "endeavouros" | "manjaro" | "garuda" | "cachyos" | "archcraft")
|
||||
install_pacman
|
||||
echo "Logging off and in or conducting a power cycle is required to get debuginfod to work."
|
||||
echo "Alternatively you can manually set the environment variable: DEBUGINFOD_URLS=https://debuginfod.archlinux.org"
|
||||
|
|
Loading…
Reference in New Issue