This commit is contained in:
Kartik Agaram 2021-02-06 22:05:24 -08:00
parent f0ef1ca231
commit 9ebe6b3876
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ rm init
if [ ! -d kernel.linux ]
then
echo "=== cloning linux kernel"
git clone https://github.com/akkartik/kernel kernel.linux
git clone --depth 1 https://github.com/akkartik/kernel kernel.linux
fi
echo "=== building linux kernel"