~sutek/+junk/setup-vps

« back to all changes in this revision

Viewing changes to setup/policies/50_handbrake

  • Committer: sutek at evil
  • Date: 2012-09-16 09:53:45 UTC
  • Revision ID: sutek@evil.com-20120916095345-hvy4juzthg88njoo
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if package_is_installed handbrake-cli; then
 
2
  echo Handbrake already installed
 
3
elif user_confirms_y Install handbrake for vidoe transcoding?; then
 
4
  echo Installing HandBrakeCLI
 
5
  apt-get install python-software-properties
 
6
  add-apt-repository ppa:stebbins/handbrake-releases
 
7
  apt-get update
 
8
  apt-get install handbrake-cli
 
9
fi