Skip to content

Commit

Permalink
Add google-drive-ocamlfuse
Browse files Browse the repository at this point in the history
  • Loading branch information
vvasuki committed Apr 1, 2018
1 parent f2542f3 commit 05504d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
12 changes: 8 additions & 4 deletions lilo
Original file line number Diff line number Diff line change
Expand Up @@ -1989,7 +1989,8 @@ install_internet_apps(){
echo "10) $(menu_item "transmission-qt transmission-gtk" "Transmission")"
echo "11) $(menu_item "uget")"
echo "12) $(menu_item "youtube-dl")"
echo "13) $(menu_item "tixati") $AUR"
echo "13) $(menu_item "tixati" "tixati p2p bittorrent client") $AUR"
echo "14) $(menu_item "google-drive-ocamlfuse" "google-drive-ocamlfuse") $AUR"
echo ""
echo " b) BACK"
echo ""
Expand Down Expand Up @@ -2041,9 +2042,12 @@ install_internet_apps(){
12)
package_install "youtube-dl"
;;
13)
aur_package_install "tixati"
;;
13)
aur_package_install "tixati"
;;
14)
aur_package_install "google-drive-ocamlfuse"
;;
"b")
break
;;
Expand Down
1 change: 1 addition & 0 deletions lilo.automode
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@
#11) uGet
#12) youtube-dl
#13) tixati
#14) tixati
DOWNLOAD_OPTIONS=""
#}}}
#EMAIL|RSS {{{
Expand Down

0 comments on commit 05504d5

Please sign in to comment.