From 46354f8c99b03880a4586f148cbfb945ad29359e Mon Sep 17 00:00:00 2001 From: mitchell Date: Fri, 3 Jul 2026 21:59:07 -0400 Subject: [PATCH] feat(install_utils): install extrepo on Debian --- install_utils | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install_utils b/install_utils index 89f6941..475957b 100755 --- a/install_utils +++ b/install_utils @@ -50,7 +50,8 @@ set -l arch_pkgs \ set -l debian_pkgs \ $base_pkgs \ - fd-find + fd-find \ + extrepo set -l fedora_pkgs \ $base_pkgs \