Skip to content

Commit a0818c4

Browse files
authored
Update am2pla-site
1 parent a6ce55d commit a0818c4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

am2pla-site

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)