From 72d4da0789b65ee8e1a0cb63ea8a1b1bab512b02 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Fri, 16 Feb 2024 19:26:09 -0500 Subject: [PATCH] Ensure "iw" is installed on G14 (for wifi powersaving tunable) --- chrootInstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrootInstall.sh b/chrootInstall.sh index 13cb537..95ac507 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -151,7 +151,7 @@ if [ "$formfactor" == 1 ]; then curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/programs/g14-tunables/30-tunables.start -o /etc/local.d/30-tunables.start curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/programs/g14-bashpower/15-bashpower.start -o /etc/local.d/15-bashpower.start curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/programs/NVIDIA-FCKR/NVIDIA-FCKR -o /usr/local/bin/NVIDIA-FCKR - pacman -S mesa vulkan-icd-loader vulkan-radeon libva-mesa-driver libva-utils acpi_call --needed --noconfirm + pacman -S mesa vulkan-icd-loader vulkan-radeon libva-mesa-driver libva-utils acpi_call iw --needed --noconfirm chmod 755 /etc/local.d/15-bashpower.start /etc/local.d/30-tunables.start /usr/local/bin/NVIDIA-FCKR NVIDIA-FCKR integrated fi