Skip to content

Commit

Permalink
disable unused ARCHIVE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Nov 20, 2023
1 parent c0c0b68 commit cfe306e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-kernel-upstream.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
ID=${1}
PACKAGE_NAME="linux"
PROJECT_URL="https://cdn.kernel.org/pub/linux/kernel/v6.x"
ARCHIVE_URL="${PROJECT_URL}/${PACKAGE_NAME}-${ID}.tar.xz"
#ARCHIVE_URL="${PROJECT_URL}/${PACKAGE_NAME}-${ID}.tar.xz"
CHECKSUM_URL="${PROJECT_URL}/sha256sums.asc"

if [[ -z "${ID}" ]]; then
Expand Down

0 comments on commit cfe306e

Please sign in to comment.