Skip to content

Commit

Permalink
chore: Flip arguments for fsync
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Mar 12, 2024
1 parent 02f0e0d commit 05267d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if [[ "asus" == "${KERNEL_FLAVOR}" ]]; then
kernel-modules \
kernel-modules-core \
kernel-modules-extra
elif [[ "fsync" =~ "${KERNEL_FLAVOR}" ]]; then
elif [[ "${KERNEL_FLAVOR}" =~ "fsync" ]]; then
echo "Installing kernel-fsync-${KERNEL_FLAVOR}:"
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
rpm-ostree cliwrap install-to-root /
Expand Down

0 comments on commit 05267d9

Please sign in to comment.