Install VLC media player nightly builds

#!/bin/bash
 
sudo su
apt-get install vlc
 
# old
echo "deb http://nightlies.videolan.org/build/jaunty-i386/arch ./" > /etc/apt/sources.list.d/vlc.list
apt-get update
apt-get install -y --force-yes vlc

Do you like this page? Then support it. Please click the AD below and visit the sponsor. Thank you!