From 66a05df0dc0bd45f64b2a16784f02549c67dda8a Mon Sep 17 00:00:00 2001 From: Juha Uotila <10782843+inffy@users.noreply.github.com> Date: Mon, 20 Jan 2025 10:13:35 +0200 Subject: [PATCH] fix: Remove unneeded asus-firmware repo Removes the deleted asus-linux/firmware git repo, all of these are upstremed --- install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.sh b/install.sh index c5c8100..b13f31f 100755 --- a/install.sh +++ b/install.sh @@ -26,9 +26,6 @@ if [ "${KERNEL_FLAVOR}" = "asus" ]; then /tmp/kernel-rpms/kernel-modules-"${KERNEL_VERSION}".rpm \ /tmp/kernel-rpms/kernel-modules-core-"${KERNEL_VERSION}".rpm \ /tmp/kernel-rpms/kernel-modules-extra-"${KERNEL_VERSION}".rpm - git clone https://gitlab.com/asus-linux/firmware.git --depth 1 /tmp/asus-firmware - cp -rf /tmp/asus-firmware/* /usr/lib/firmware/ - rm -rf /tmp/asus-firmware elif [ "${KERNEL_FLAVOR}" = "surface" ]; then echo "install.sh: steps for KERNEL_FLAVOR: ${KERNEL_FLAVOR}" curl -Lo /etc/yum.repos.d/linux-surface.repo \