Linux v5.1.1
This commit is contained in:
parent
46d554b218
commit
eeac7bf5b7
3 changed files with 6 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ if [ -z $VERSION ]; then
|
|||
fi
|
||||
|
||||
if [ ! -f patch-$1.xz ]; then
|
||||
wget https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-$1.xz
|
||||
wget https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-$1.xz
|
||||
if [ ! $? -eq 0 ]; then
|
||||
echo "Download fail"
|
||||
exit 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue