Skip to content

Instantly share code, notes, and snippets.

@xlphs
Created November 8, 2017 00:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xlphs/8af0b6de74a01744cc79c9b6a1e960eb to your computer and use it in GitHub Desktop.
Save xlphs/8af0b6de74a01744cc79c9b6a1e960eb to your computer and use it in GitHub Desktop.
centos-vlc
wget http://pkgrepo.linuxtech.net/el6/release/linuxtech.repo -O /etc/yum.repos.d/linuxtech.repo
yum -y install vlc
sed -i 's/geteuid/getppid/' $(which vlc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment