aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2021-11-06 21:06:44 -0400
committerAndrew Lee <alee14498@protonmail.com>2021-11-06 21:06:44 -0400
commitffb8b11dee7e01a2be81267b1f46689f2717b278 (patch)
tree53aa4ff6640add0ed21e2b3e0dd90050e3c7d210 /build.sh
parent9dedd287dbdd7288f1b36e52b655f4f3ce030c4b (diff)
downloadalee-boot-utility-ffb8b11dee7e01a2be81267b1f46689f2717b278.tar.gz
alee-boot-utility-ffb8b11dee7e01a2be81267b1f46689f2717b278.tar.bz2
alee-boot-utility-ffb8b11dee7e01a2be81267b1f46689f2717b278.zip
Added more tools; Changed splash screen; Added Archfi
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 2 insertions, 1 deletions
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..."