mirror of
https://github.com/johndoe6345789/SparkOS.git
synced 2026-04-24 13:34:56 +00:00
Fix wget command to work in non-interactive Docker build
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,7 @@ cd /kernel/build
|
|||||||
|
|
||||||
# Download kernel source
|
# Download kernel source
|
||||||
echo "Downloading kernel ${KERNEL_VERSION}..."
|
echo "Downloading kernel ${KERNEL_VERSION}..."
|
||||||
wget -q --show-progress https://cdn.kernel.org/pub/linux/kernel/v${KERNEL_MAJOR}.x/linux-${KERNEL_VERSION}.tar.xz
|
wget https://cdn.kernel.org/pub/linux/kernel/v${KERNEL_MAJOR}.x/linux-${KERNEL_VERSION}.tar.xz
|
||||||
|
|
||||||
# Extract
|
# Extract
|
||||||
echo "Extracting kernel source..."
|
echo "Extracting kernel source..."
|
||||||
|
|||||||
Reference in New Issue
Block a user