Advertisement
thioshp

Bash Script to Install ExMplayer on Linux

Mar 17th, 2016
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. #!/bin/bash
  2. #Save this file and make it executable.
  3. #To install exmplayer 5.0 on Ubuntu, just run these commands in a terminal:
  4. sudo add-apt-repository ppa:exmplayer-dev/exmplayer
  5. sudo apt-get update
  6. sudo apt-get install exmplayer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement