feat: add an ascii art at the end of build step
This commit is contained in:
parent
f98a4e2a26
commit
02bb7d77ae
@ -56,3 +56,11 @@ sudo mount dist/boot/boot.img dist/mnt
|
||||
set -e
|
||||
sudo umount dist/mnt
|
||||
sudo rmdir dist/mnt
|
||||
|
||||
# The image is ready to be used
|
||||
echo " ___ ___ ___ ";
|
||||
echo " | __|__ _ / _ \/ __|";
|
||||
echo " | _|/ _\` | (_) \__ \";
|
||||
echo " |___\__, |\___/|___/";
|
||||
echo " |___/ ";
|
||||
echo "Is Built Successfully!";
|
||||
Loading…
x
Reference in New Issue
Block a user