Skip to content

Commit

Permalink
xdman added
Browse files Browse the repository at this point in the history
download manager
  • Loading branch information
kassane authored Apr 14, 2019
1 parent 3d59b13 commit 2d2eecf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lilo
Original file line number Diff line number Diff line change
Expand Up @@ -2022,6 +2022,7 @@ install_internet_apps(){
echo "13) $(menu_item "uget")"
echo "14) $(menu_item "youtube-dl")"
echo "15) $(menu_item "megasync")"
echo "16) $(menu_item "extreme download manager") $AUR"
echo ""
echo " b) BACK"
echo ""
Expand Down Expand Up @@ -2082,6 +2083,9 @@ install_internet_apps(){
15)
aur_package_install "megasync"
;;
16)
aur_package_install "xdman"
;;
"b")
break
;;
Expand Down

0 comments on commit 2d2eecf

Please sign in to comment.