💄 Added new icon x
This commit is contained in:
parent
bc23ba721a
commit
49a11bd298
2 changed files with 4 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ function dependencycheck()
|
|||
|
||||
for ((i = 0; i < numdependencies; i++)) ; do
|
||||
if ! command -v "${dependencies[$i]}" &> /dev/null ; then
|
||||
echo "${txtred} dependency not met: ${dependencies[$i]}${txtwhite}"
|
||||
echo "${txtred} ✗ dependency not met: ${dependencies[$i]}${txtwhite}"
|
||||
missingdependencies=$((missingdependencies+1))
|
||||
else
|
||||
echo "${txtgreen} dependency met: ${dependencies[$i]}${txtwhite}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue