forked from germedeb/aleta-postre
Merge pull request 'Removing scour dependency.' (#2) from sergiotarxz/aleta-postre:removing_scour_dependency into master
Reviewed-on: https://gitea.sergiotarxz.freemyip.com/germedeb/aleta-postre/pulls/2
This commit is contained in:
commit
7537830b74
@ -5,10 +5,8 @@ comple_color="\e[1;32m" # Ok color
|
|||||||
reset_colors="\e[0m" # this resets the coloring
|
reset_colors="\e[0m" # this resets the coloring
|
||||||
|
|
||||||
command -v inkscape >/dev/null 2>&1 || { echo >&2 "I cannot continue without 'inkscape'"; exit 1; }
|
command -v inkscape >/dev/null 2>&1 || { echo >&2 "I cannot continue without 'inkscape'"; exit 1; }
|
||||||
command -v scour >/dev/null 2>&1 || { echo >&2 "I cannot continue without 'scour'"; exit 1; }
|
|
||||||
command -v parallel >/dev/null 2>&1 || { echo >&2 "I cannot continue without 'parallel'"; exit 1; }
|
command -v parallel >/dev/null 2>&1 || { echo >&2 "I cannot continue without 'parallel'"; exit 1; }
|
||||||
|
|
||||||
|
|
||||||
printf "${info_color}this scripts deletes the icon pack, and rebuild it again${reset_colors}\\n\\n"
|
printf "${info_color}this scripts deletes the icon pack, and rebuild it again${reset_colors}\\n\\n"
|
||||||
|
|
||||||
printf "${info_color}removing last build...${reset_colors}\\n"
|
printf "${info_color}removing last build...${reset_colors}\\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user