Skip to content

Commit

Permalink
Add zoom client.
Browse files Browse the repository at this point in the history
  • Loading branch information
vvasuki committed May 15, 2018
1 parent b40b709 commit 99016f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lilo
Original file line number Diff line number Diff line change
Expand Up @@ -2125,6 +2125,7 @@ install_internet_apps(){
echo " 10) $(menu_item "discord") $AUR"
echo " 11) $(menu_item "slack") $AUR"
echo " 12) $(menu_item "vk-messenger") $AUR"
echo " 13) $(menu_item "zoom") $AUR"
echo ""
echo " b) BACK"
echo ""
Expand Down Expand Up @@ -2172,6 +2173,9 @@ install_internet_apps(){
12)
aur_package_install "vk-messanger"
;;
13)
aur_package_install "zoom"
;;
"b")
break
;;
Expand Down
1 change: 1 addition & 0 deletions lilo.automode
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@
# 10) Discord
# 11) Slack
# 12) VK Messanger
# 13) Zoom.us
IM_OPTIONS="4"
#}}}
#MAPPING {{{
Expand Down

0 comments on commit 99016f5

Please sign in to comment.