Skip to content

Commit

Permalink
Update init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SamulKyull authored Apr 12, 2024
1 parent 64e9e6f commit 7828c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7828c45

Please sign in to comment.