update build script
This commit is contained in:
parent
a990c56c23
commit
9273384b57
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue