From d6a0a6bbabeaefc6992bca2e50ee7ff41c85e1f0 Mon Sep 17 00:00:00 2001 From: Randall Date: Sat, 24 Sep 2022 21:43:17 -0400 Subject: [PATCH] Ensure dependencies for NVIDIA-FCKR are installed --- chrootInstall.sh | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chrootInstall.sh b/chrootInstall.sh index 9dbd8bb..b84da6f 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -166,7 +166,7 @@ if [ "$formfactor" == 1 ]; then curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/programs/bashpower-g14/bashpower.start -o /etc/local.d/bashpower.start curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/programs/bashpower-g14/bashpower.stop -o /etc/local.d/bashpower.stop 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 --needed --noconfirm + pacman -S mesa vulkan-icd-loader vulkan-radeon libva-mesa-driver libva-utils acpi_call --needed --noconfirm chmod 755 /etc/local.d/bashpower.start /etc/local.d/bashpower.stop /usr/local/bin/NVIDIA-FCKR fi diff --git a/install.sh b/install.sh index 0f6198f..082e5ae 100755 --- a/install.sh +++ b/install.sh @@ -160,7 +160,7 @@ echo "$hostname" > /mnt/etc/hostname echo "hostname=\'"$hostname"\'" > /mnt/etc/conf.d/hostname # installing base packages -base_devel='db diffutils gc guile libisl libmpc perl autoconf automake binutils bison esysusers etmpfiles fakeroot file findutils flex gawk gcc gettext grep groff gzip libtool m4 make pacman patch pkgconf python sed opendoas texinfo which bc' +base_devel='db diffutils gc guile libisl libmpc perl autoconf automake binutils bison esysusers etmpfiles fakeroot file findutils flex gawk gcc gettext grep groff gzip libtool m4 make pacman patch pkgconf python sed opendoas texinfo which bc udev' basestrap /mnt base $base_devel openrc elogind-openrc linux linux-firmware git micro man-db # exporting variables