Skip to content

Commit

Permalink
Merge pull request #430 from Bricklou/patch-1
Browse files Browse the repository at this point in the history
fix: Discord is now in the officials repos
  • Loading branch information
helmuthdu authored Apr 11, 2020
2 parents d4ca7e5 + 04ff31d commit 59226fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lilo
Original file line number Diff line number Diff line change
Expand Up @@ -2207,7 +2207,7 @@ install_internet_apps(){
echo " 7) $(menu_item "viber") $AUR"
echo " 8) $(menu_item "telegram-desktop")"
echo " 9) $(menu_item "qtox")"
echo " 10) $(menu_item "discord") $AUR"
echo " 10) $(menu_item "discord")"
echo " 11) $(menu_item "slack") $AUR"
echo " 12) $(menu_item "vk-messenger") $AUR"
echo " 13) $(menu_item "zoom") $AUR"
Expand Down Expand Up @@ -2250,7 +2250,7 @@ install_internet_apps(){
package_install "qtox"
;;
10)
aur_package_install "discord"
package_install "discord"
;;
11)
aur_package_install "slack-desktop"
Expand Down

0 comments on commit 59226fa

Please sign in to comment.