From ffb8b11dee7e01a2be81267b1f46689f2717b278 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 6 Nov 2021 21:06:44 -0400 Subject: Added more tools; Changed splash screen; Added Archfi --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 741349e..109741e 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ if [ "$EUID" -ne 0 ] then echo "Run this script as root to continue" exit fi -echo "Building Alee Boot Utility" + if [ -f "/usr/bin/mkarchiso" ]; then if [ ! -d "log" ]; then mkdir log @@ -12,6 +12,7 @@ if [ -f "/usr/bin/mkarchiso" ]; then echo "Removing the work directory" rm -rf work fi + echo "Building Alee Boot Utility" mkarchiso -v . | tee log/aleebootutility-$(date +%Y.%m.%d-%H.%M.%S).log else echo "You must install the archiso package beforing continuing this process..." -- cgit v1.2.3