update build script
This commit is contained in:
parent
d13076f2df
commit
57ff36d94e
|
@ -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
|
||||
|
@ -78,7 +78,8 @@ else echo -e "\n\tAfter $_break seconds, ISO never appeared.\n" | tee --append $
|
|||
fi
|
||||
|
||||
# Remove fusato folder content
|
||||
rm -r *
|
||||
rm -r cache
|
||||
rm -r config
|
||||
|
||||
exit 0
|
||||
|
||||
|
|
|
@ -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
|
||||
|
@ -78,6 +78,7 @@ else echo -e "\n\tAfter $_break seconds, ISO never appeared.\n" | tee --append $
|
|||
fi
|
||||
|
||||
# Remove fusato folder content
|
||||
rm -r *
|
||||
rm -r cache
|
||||
rm -r config
|
||||
|
||||
exit 0
|
||||
|
|
|
@ -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
|
||||
|
@ -77,6 +77,8 @@ else echo -e "\n\tAfter $_break seconds, ISO never appeared.\n" | tee --append $
|
|||
fi
|
||||
|
||||
# Remove fusato folder content
|
||||
rm -r *
|
||||
rm -r cache
|
||||
rm -r config
|
||||
|
||||
exit 0
|
||||
|
||||
|
|
|
@ -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
|
||||
|
@ -77,6 +77,8 @@ else echo -e "\n\tAfter $_break seconds, ISO never appeared.\n" | tee --append $
|
|||
fi
|
||||
|
||||
# Remove fusato folder content
|
||||
rm -r *
|
||||
rm -r cache
|
||||
rm -r config
|
||||
|
||||
exit 0
|
||||
|
||||
|
|
|
@ -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
|
||||
|
@ -77,6 +77,8 @@ else echo -e "\n\tAfter $_break seconds, ISO never appeared.\n" | tee --append $
|
|||
fi
|
||||
|
||||
# Remove fusato folder content
|
||||
rm -r *
|
||||
rm -r cache
|
||||
rm -r config
|
||||
|
||||
exit 0
|
||||
|
||||
|
|
|
@ -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
|
||||
|
@ -77,6 +77,8 @@ else echo -e "\n\tAfter $_break seconds, ISO never appeared.\n" | tee --append $
|
|||
fi
|
||||
|
||||
# Remove fusato folder content
|
||||
rm -r *
|
||||
rm -r cache
|
||||
rm -r config
|
||||
|
||||
exit 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue