@@ -60,15 +60,15 @@ elif [[ "${kernel_flavor}" == "surface" ]]; then
60
60
libwacom-surface-data
61
61
elif [[ " ${kernel_flavor} " == " bazzite" ]]; then
62
62
# Using curl for bazzite release
63
- curl -#fLO https://github.com/hhd-dev /kernel-bazzite/releases/download/" $build_tag " /kernel-" $kernel_version " .rpm
64
- curl -#fLO https://github.com/hhd-dev /kernel-bazzite/releases/download/" $build_tag " /kernel-core-" $kernel_version " .rpm
65
- curl -#fLO https://github.com/hhd-dev /kernel-bazzite/releases/download/" $build_tag " /kernel-modules-" $kernel_version " .rpm
66
- curl -#fLO https://github.com/hhd-dev /kernel-bazzite/releases/download/" $build_tag " /kernel-modules-core-" $kernel_version " .rpm
67
- curl -#fLO https://github.com/hhd-dev /kernel-bazzite/releases/download/" $build_tag " /kernel-modules-extra-" $kernel_version " .rpm
68
- curl -#fLO https://github.com/hhd-dev /kernel-bazzite/releases/download/" $build_tag " /kernel-devel-" $kernel_version " .rpm
69
- curl -#fLO https://github.com/hhd-dev /kernel-bazzite/releases/download/" $build_tag " /kernel-devel-matched-" $kernel_version " .rpm
70
- curl -#fLO https://github.com/hhd-dev /kernel-bazzite/releases/download/" $build_tag " /kernel-uki-virt-" $kernel_version " .rpm
71
- # curl -LO https://github.com/hhd-dev /kernel-bazzite/releases/download/"$build_tag"/kernel-uki-virt-addons-"$kernel_version".rpm
63
+ curl -#fLO https://github.com/bazzite-org /kernel-bazzite/releases/download/" $build_tag " /kernel-" $kernel_version " .rpm
64
+ curl -#fLO https://github.com/bazzite-org /kernel-bazzite/releases/download/" $build_tag " /kernel-core-" $kernel_version " .rpm
65
+ curl -#fLO https://github.com/bazzite-org /kernel-bazzite/releases/download/" $build_tag " /kernel-modules-" $kernel_version " .rpm
66
+ curl -#fLO https://github.com/bazzite-org /kernel-bazzite/releases/download/" $build_tag " /kernel-modules-core-" $kernel_version " .rpm
67
+ curl -#fLO https://github.com/bazzite-org /kernel-bazzite/releases/download/" $build_tag " /kernel-modules-extra-" $kernel_version " .rpm
68
+ curl -#fLO https://github.com/bazzite-org /kernel-bazzite/releases/download/" $build_tag " /kernel-devel-" $kernel_version " .rpm
69
+ curl -#fLO https://github.com/bazzite-org /kernel-bazzite/releases/download/" $build_tag " /kernel-devel-matched-" $kernel_version " .rpm
70
+ curl -#fLO https://github.com/bazzite-org /kernel-bazzite/releases/download/" $build_tag " /kernel-uki-virt-" $kernel_version " .rpm
71
+ # curl -LO https://github.com/bazzite-org /kernel-bazzite/releases/download/"$build_tag"/kernel-uki-virt-addons-"$kernel_version".rpm
72
72
else
73
73
KERNEL_MAJOR_MINOR_PATCH=$( echo " $kernel_version " | cut -d ' -' -f 1)
74
74
KERNEL_RELEASE=" $( echo " $kernel_version " | cut -d - -f 2 | cut -d . -f 1) .$( echo " $kernel_version " | cut -d - -f 2 | cut -d . -f 2) "
0 commit comments