1
0
Эх сурвалжийг харах

added awk to dependencies

Siddharth Dushantha 5 жил өмнө
parent
commit
ef912210f2
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      tmpmail

+ 1 - 1
tmpmail

@@ -243,7 +243,7 @@ view_recent_email(){
 
 main(){
     # Iterate of the array of dependencies and check if the user has them installed
-    dependencies=(jq w3m curl)
+    dependencies=(jq w3m curl awk)
     for dependency in "${dependencies[@]}"; do
         type -p "$dependency" &>/dev/null || {
         echo "error: Could not find '${dependency}', is it installed?" >&2