💄 Added new icon x
This commit is contained in:
parent
bc23ba721a
commit
49a11bd298
2 changed files with 4 additions and 1 deletions
|
|
@ -78,3 +78,6 @@ https://www.nerdfonts.com/cheat-sheet (terminal based)
|
||||||
:thread: .......................... add or update code related to multithreading or concurrency......
|
:thread: .......................... add or update code related to multithreading or concurrency......
|
||||||
|
|
||||||
artix/atlassin(for use in bash/prompt) ﴂ
|
artix/atlassin(for use in bash/prompt) ﴂ
|
||||||
|
cancel/deleted/x ✗
|
||||||
|
check-mark ✓
|
||||||
|
right-arrow ➜
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ function dependencycheck()
|
||||||
|
|
||||||
for ((i = 0; i < numdependencies; i++)) ; do
|
for ((i = 0; i < numdependencies; i++)) ; do
|
||||||
if ! command -v "${dependencies[$i]}" &> /dev/null ; then
|
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))
|
missingdependencies=$((missingdependencies+1))
|
||||||
else
|
else
|
||||||
echo "${txtgreen} dependency met: ${dependencies[$i]}${txtwhite}"
|
echo "${txtgreen} dependency met: ${dependencies[$i]}${txtwhite}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue