Skip to content

Commit

Permalink
fix: Remove unneeded asus-firmware repo (#311)
Browse files Browse the repository at this point in the history
Removes the deleted asus-linux/firmware git repo, all of these are upstremed
  • Loading branch information
inffy authored Jan 20, 2025
1 parent b1fd1da commit 0088ebb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 0088ebb

Please sign in to comment.