Skip to content

Commit

Permalink
Merge pull request #379 from vvasuki/audio-video
Browse files Browse the repository at this point in the history
More video apps
  • Loading branch information
helmuthdu authored Apr 16, 2018
2 parents b0ca02b + 1b50d75 commit 497e150
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 @@ -2480,6 +2480,7 @@ install_video_apps(){
echo " 7) $(menu_item "popcorntime-ce") $AUR"
echo " 8) $(menu_item "vlc")"
echo " 9) $(menu_item "kodi")"
echo "10) $(menu_item "obs-studio")"
echo ""
echo " b) BACK"
echo ""
Expand Down Expand Up @@ -2516,6 +2517,9 @@ install_video_apps(){
package_install "kodi"
add_user_to_group ${username} kodi
;;
10)
package_install "obs-studio-git"
;;
"b")
break
;;
Expand Down
1 change: 1 addition & 0 deletions lilo.automode
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@
# 7) Popcorn Time
# 8) VLC
# 9) Kodi
#10) obs-studio
VIDEO_PLAYER_OPTIONS="8"
#}}}
#EDITORS|TOOLS {{{
Expand Down

0 comments on commit 497e150

Please sign in to comment.