Allow garuda install (#1680)

pull/1682/head
AlEscher 3 years ago committed by GitHub
parent e5b188f1cf
commit 424c21a6be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -134,7 +134,7 @@ if linux; then
"opensuse-leap")
install_zypper
;;
"arch" | "archarm" | "endeavouros" | "manjaro")
"arch" | "archarm" | "endeavouros" | "manjaro" | "garuda")
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…
Cancel
Save