Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Skype Stable #384

Merged
merged 1 commit into from
May 9, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 19 additions & 15 deletions lilo
Original file line number Diff line number Diff line change
Expand Up @@ -2168,14 +2168,15 @@ install_internet_apps(){
echo " 1) $(menu_item "hexchat konversation" "$([[ ${KDE} -eq 1 ]] && echo "Konversation" || echo "Hexchat";)")"
echo " 2) $(menu_item "irssi")"
echo " 3) $(menu_item "pidgin")"
echo " 4) $(menu_item "skypeforlinux-preview-bin") $AUR"
echo " 5) $(menu_item "teamspeak3")"
echo " 6) $(menu_item "viber") $AUR"
echo " 7) $(menu_item "telegram-desktop")"
echo " 8) $(menu_item "qtox")"
echo " 9) $(menu_item "discord") $AUR"
echo " 10) $(menu_item "slack") $AUR"
echo " 11) $(menu_item "vk-messenger") $AUR"
echo " 4) $(menu_item "skypeforlinux-stable-bin" "Skype Stable") $AUR"
echo " 5) $(menu_item "skypeforlinux-preview-bin" "Skype Preview") $AUR"
echo " 6) $(menu_item "teamspeak3")"
echo " 7) $(menu_item "viber") $AUR"
echo " 8) $(menu_item "telegram-desktop")"
echo " 9) $(menu_item "qtox")"
echo " 10) $(menu_item "discord") $AUR"
echo " 11) $(menu_item "slack") $AUR"
echo " 12) $(menu_item "vk-messenger") $AUR"
echo ""
echo " b) BACK"
echo ""
Expand All @@ -2197,27 +2198,30 @@ install_internet_apps(){
package_install "pidgin"
;;
4)
aur_package_install "skypeforlinux-preview-bin"
aur_package_install "skypeforlinux-stable-bin"
;;
5)
package_install "teamspeak3"
aur_package_install "skypeforlinux-preview-bin"
;;
6)
aur_package_install "viber"
package_install "teamspeak3"
;;
7)
package_install "telegram-desktop"
aur_package_install "viber"
;;
8)
package_install "qtox"
package_install "telegram-desktop"
;;
9)
aur_package_install "discord"
package_install "qtox"
;;
10)
aur_package_install "slack"
aur_package_install "discord"
;;
11)
aur_package_install "slack"
;;
12)
aur_package_install "vk-messanger"
;;
"b")
Expand Down
17 changes: 9 additions & 8 deletions lilo.automode
Original file line number Diff line number Diff line change
Expand Up @@ -269,14 +269,15 @@
# 1) HexChat|Konversation
# 2) Irssi
# 3) Pidgin
# 4) Skype
# 5) Teamspeak
# 6) Viber
# 7) Telegram Desktop
# 8) qTox
# 9) Discord
# 10) Slack
# 11) VK Messanger
# 4) Skype Stable
# 5) Skype Preview
# 6) Teamspeak
# 7) Viber
# 8) Telegram Desktop
# 9) qTox
# 10) Discord
# 11) Slack
# 12) VK Messanger
IM_OPTIONS="4"
#}}}
#MAPPING {{{
Expand Down