Merge pull request 'changed the message of the build script' (#6) from master into segundo-rediseño

Reviewed-on: https://gitea.sergiotarxz.freemyip.com/germedeb/aleta-postre/pulls/6
This commit is contained in:
germedeb 2022-04-03 19:48:37 +02:00
commit b1a46a5292
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ command -v inkscape >/dev/null 2>&1 || { echo >&2 "I cannot continue without 'in
command -v parallel >/dev/null 2>&1 || { echo >&2 "I cannot continue without 'parallel'"; exit 1; }
command -v bash >/dev/null 2>&1 || { echo >&2 "I cannot continue without 'bash'"; exit 1; }
printf "${info_color}this scripts deletes the icon pack, and rebuild it again${reset_colors}\\n\\n"
printf "${info_color}this script build the icon pack and update/installs it to your home directory${reset_colors}\\n\\n"
printf "${info_color}removing last build...${reset_colors}\\n"
rm _build/aleta -rf