From 8f15fbe0035727612fa22aefe32279816ab0bf64 Mon Sep 17 00:00:00 2001 From: Logan Fick Date: Sat, 13 Dec 2025 14:07:36 -0500 Subject: [PATCH] Removed ethtool from base installation. --- install-arch-linux.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install-arch-linux.sh b/install-arch-linux.sh index b32f700..055dfe6 100755 --- a/install-arch-linux.sh +++ b/install-arch-linux.sh @@ -141,7 +141,6 @@ pacstrap -K /mnt base \ bash-completion \ btrfs-progs \ smartmontools \ - ethtool \ lm_sensors \ man-db \ btop \