File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -57,20 +57,20 @@ if [[ "asus" == "${KERNEL_FLAVOR}" ]]; then
57
57
kernel-modules \
58
58
kernel-modules-core \
59
59
kernel-modules-extra
60
- elif [[ " ${KERNEL_FLAVOR} " =~ " fsync " ]]; then
61
- echo " Installing kernel- fsync- ${KERNEL_FLAVOR} :"
60
+ elif [[ " fsync " == " ${KERNEL_FLAVOR} " ]]; then
61
+ echo " Installing fsync kernel :"
62
62
wget https://copr.fedorainfracloud.org/coprs/sentry/kernel-fsync/repo/fedora-$( rpm -E %fedora) /sentry-kernel-fsync-fedora-$( rpm -E %fedora) .repo -O /etc/yum.repos.d/_copr_sentry-kernel-fsync.repo
63
63
rpm-ostree cliwrap install-to-root /
64
64
rpm-ostree override replace \
65
65
--experimental \
66
66
--from repo=copr:copr.fedorainfracloud.org:sentry:kernel-fsync \
67
- kernel- " ${KERNEL_FLAVOR} " .fc " ${RELEASE} " .x86_64 \
68
- kernel-core- " ${KERNEL_FLAVOR} " .fc " ${RELEASE} " .x86_64 \
69
- kernel-devel- " ${KERNEL_FLAVOR} " .fc " ${RELEASE} " .x86_64 \
70
- kernel-devel-matched- " ${KERNEL_FLAVOR} " .fc " ${RELEASE} " .x86_64 \
71
- kernel-modules- " ${KERNEL_FLAVOR} " .fc " ${RELEASE} " .x86_64 \
72
- kernel-modules-core- " ${KERNEL_FLAVOR} " .fc " ${RELEASE} " .x86_64 \
73
- kernel-modules-extra- " ${KERNEL_FLAVOR} " .fc " ${RELEASE} " .x86_64
67
+ kernel \
68
+ kernel-core \
69
+ kernel-devel \
70
+ kernel-devel-matched \
71
+ kernel-modules \
72
+ kernel-modules-core \
73
+ kernel-modules-extra
74
74
elif [[ " surface" == " ${KERNEL_FLAVOR} " ]]; then
75
75
echo " Installing Surface Kernel:"
76
76
# Add Linux Surface repo
You can’t perform that action at this time.
0 commit comments