File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ for category in $CATEGORIES; do
281281 elif [ " $category " = command-line ]; then
282282 grep -i " $category \|command line\| cli \|terminal\|fastboot\| npm \| bash \| shell \| dash \| zsh " ./" $arch " -apps >> " $arch -$category "
283283 elif [ " $category " = communication ]; then
284- grep -i " $category \|voip\|facebook\|messenger\|whatsapp\|mastodon\|skype\|chat\|social network\|zoom\|conferenc\|discord" ./" $arch " -apps >> " $arch -$category "
284+ grep -i " $category \|voip\|facebook\|messenger\|whatsapp\|mastodon\|skype\|chat\|social network\|zoom\|conferenc\|discord\|email " ./" $arch " -apps >> " $arch -$category "
285285 elif [ " $category " = disk ]; then
286286 grep -i " $category \|partition\|usb" ./" $arch " -apps >> " $arch -$category "
287287 elif [ " $category " = education ]; then
@@ -295,7 +295,7 @@ for category in $CATEGORIES; do
295295 elif [ " $category " = graphic ]; then
296296 grep -i " $category \|picture\|screensh\|gimp\|photo\|svg\|png\|autocad\|blender\|modeling\|paint\|pixel\|wallpaper" ./" $arch " -apps >> " $arch -$category "
297297 elif [ " $category " = internet ]; then
298- grep -i " $category \|web browser\|browser web\|firefox\|chrome\|youtube\|torrent\|p2p\|chat\|whatsapp\|mastodon\|telegram\|skype" ./" $arch " -apps >> " $arch -$category "
298+ grep -i " $category \|web browser\|browser web\|firefox\|chrome\|youtube\|torrent\|p2p\|chat\|whatsapp\|mastodon\|telegram\|skype\|email " ./" $arch " -apps >> " $arch -$category "
299299 elif [ " $category " = office ]; then
300300 grep -i " $category \|document\|book\|pdf\|docx\|reader\|spreadsheet\| word \| excel " ./" $arch " -apps >> " $arch -$category "
301301 elif [ " $category " = password ]; then
You can’t perform that action at this time.
0 commit comments