Skip to content

Commit

Permalink
Update surface-kernel.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftydinar authored Dec 13, 2024
1 parent 7698c84 commit ebe1097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/scripts/surface-kernel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SURFACE_KERNEL_URLS=(
)

for url in "${SURFACE_KERNEL_URLS}"; do
curl -fLs --create-dirs -O "${url}" --output-dir "/tmp/kernel-rpms/"
curl -fL --create-dirs -O "${url}" --output-dir "/tmp/kernel-rpms/"
done

rpm-ostree override replace \
Expand Down

0 comments on commit ebe1097

Please sign in to comment.