Cleanup function
This commit is contained in:
parent
374d4e75ce
commit
16a2714c35
@ -242,8 +242,15 @@ function flash() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function clean() {
|
||||||
|
printf "Clean source and build directories"
|
||||||
|
rm -rf ./coreboot/
|
||||||
|
rm -rf ./grub/
|
||||||
|
rm -rf ./me_cleaner/
|
||||||
|
}
|
||||||
|
|
||||||
function doit() {
|
function doit() {
|
||||||
echo "Downloading, building and installing everything"
|
printf "Download, build and install"
|
||||||
download_code
|
download_code
|
||||||
build_utils
|
build_utils
|
||||||
split_bios
|
split_bios
|
||||||
|
Loading…
Reference in New Issue
Block a user