From 7828c456b4682dbd6a5a6f95915cbc2ede783290 Mon Sep 17 00:00:00 2001 From: SamulKyull <166363804+SamulKyull@users.noreply.github.com> Date: Fri, 12 Apr 2024 09:47:39 +0800 Subject: [PATCH] Update init.sh --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index c3d8c10a92..7568ad00e3 100755 --- a/init.sh +++ b/init.sh @@ -83,7 +83,7 @@ mkdir -p kernel/${VERSION} # Download kernel source code echo Downloading kernel source code -wget ${URL}/${VERSION}.${TARBALL} -o kernel/${VERSION}/${VERSION}.${TARBALL} +wget ${URL}/${VERSION}.${TARBALL} -O kernel/${VERSION}/${VERSION}.${TARBALL} # Unarchive Kernel echo Unarchive Kernel