From 55e5fd6f0cfb8f273014560293dd7d430b14a47a Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 20 Nov 2022 17:38:55 +0530 Subject: [PATCH] reduce packages installed under the kernel devel category --- scripts/install-packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-packages.sh b/scripts/install-packages.sh index 65aed02..1f4fdfa 100644 --- a/scripts/install-packages.sh +++ b/scripts/install-packages.sh @@ -43,7 +43,7 @@ PKGS_TO_INSTALL+=(tar unrar unzip xz zip) # kernel devel -PKGS_TO_INSTALL+=(base-devel bc cpio gcc git graphviz imagemagick inetutils kmod libelf linux-headers pahole perl python-sphinx python-sphinx_rtd_theme tar texlive-latexextra xmlto xz) +PKGS_TO_INSTALL+=(base-devel bc cpio gcc git inetutils kmod libelf linux-headers make perl tar xmlto xz) # virtualisation