فهرست منبع

Add awk to list of dependencies

Ryan Delaney 5 سال پیش
والد
کامیت
49576020c9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      tmpmail

+ 1 - 1
tmpmail

@@ -233,7 +233,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