update build script

This commit is contained in:
Manuel 2023-05-23 09:42:23 +00:00
parent a990c56c23
commit 9273384b57
1 changed files with 5 additions and 3 deletions

View File

@ -2,7 +2,7 @@
################################################################################
# Title: Bldhelper.sh
# Description: Script para construir a imagem ISO do PeppermintOS
# Description: Script to build PeppermintOS ISO image
# Author: PeppermintOS Team <peppermintosteam@proton.me>
# Date: May 10, 2023
# License: GPL-3.0-or-later
@ -80,6 +80,8 @@ else echo -e "\n\tAfter $_break seconds, ISO never appeared.\n" | tee --append $
mv ${OutFile} ${LogFile}
fi
# Remove the fusato folder
# Remove fusato folder content
rm -r cache
rm -r config
#rm -rf fusato
exit 0