Skip to content

Commit

Permalink
try combining into one block
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles committed Jul 12, 2024
1 parent 5b9fdd9 commit 65f6eba
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,21 @@ elif [ "${KERNEL_FLAVOR}" = "surface" ]; then
--remove kernel-modules \
--remove kernel-modules-core \
--remove kernel-modules-extra \
--remove libwacon \
--remove libwacom-data \
/tmp/kernel-rpms/kernel-surface-"${KERNEL_VERSION}".rpm \
/tmp/kernel-rpms/kernel-surface-core-"${KERNEL_VERSION}".rpm \
/tmp/kernel-rpms/kernel-surface-modules-"${KERNEL_VERSION}".rpm \
/tmp/kernel-rpms/kernel-surface-modules-core-"${KERNEL_VERSION}".rpm \
/tmp/kernel-rpms/kernel-surface-modules-extra-"${KERNEL_VERSION}".rpm \
/tmp/kernel-rpms/kernel-surface-default-watchdog-"${KERNEL_VERSION}".rpm
/tmp/kernel-rpms/kernel-surface-default-watchdog-"${KERNEL_VERSION}".rpm \
/tmp/kernel-rpms/libwacom-surface*.rpm \
/tmp/kernel-rpms/ipstd*.rpm
find /usr/lib/modules/
else
echo "install.sh: steps for unexpected KERNEL_FLAVOR: ${KERNEL_FLAVOR}"
fi

# TODO Remove before merging
rpm-ostree install sbsigntools
sbverify --list /usr/lib/modules/"${KERNEL_VERSION}"/vmlinuz

Expand Down

0 comments on commit 65f6eba

Please sign in to comment.