Make the kernel get built

This commit is contained in:
SolidHal 2018-09-06 13:40:57 +00:00 committed by GitHub
parent d990e31592
commit c254e9e6b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,6 @@ sudo echo "Thanks."
#Build kernel WITHOUT SUDO, building the kernel with sudo is bad practice
#Once, sometime in the kernel version 2 days building the kernel with sudo broke the
#The system it was built on
#./scripts/buildKernel.sh
./scripts/buildKernel.sh
#build os WITH sudo, debootstrap requires sudo
sudo ./scripts/buildDebianFs.sh