Created
November 8, 2017 00:31
-
-
Save xlphs/8af0b6de74a01744cc79c9b6a1e960eb to your computer and use it in GitHub Desktop.
centos-vlc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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