Skip to content

Commit

Permalink
fix: add -y to dnf5 install for noninteractivity
Browse files Browse the repository at this point in the history
  • Loading branch information
drf-jpg committed Dec 21, 2024
1 parent 43ac2d6 commit 1a5ecfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function swap_kernel() {
done

printf "info: installing new kernel\n"
dnf5 install \
dnf5 -y install \
--repo="${kernel_repo_id}" \
--allowerasing \
kernel \
Expand Down

0 comments on commit 1a5ecfd

Please sign in to comment.