terça-feira, 16 de maio de 2017

Popcorn Time

su -
echo "deb http://ppa.launchpad.net/webupd8team/popcorntime/ubuntu trusty main" | tee /etc/apt/sources.list.d/webupd8team-popcorntime.list
echo "deb-src http://ppa.launchpad.net/webupd8team/popcorntime/ubuntu trusty main" | tee -a /etc/apt/sources.list.d/webupd8team-popcorntime.list
exit
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886
sudo apt-get update apt-get install popcorn-time

or

wget https://get.popcorntime.sh/build/Popcorn-Time-0.3.10-Linux-64.tar.xz -O popcorntime.tar.xz

sudo mkdir /opt/popcorntime
sudo tar Jxf popcorntime.tar.xz -C /opt/popcorntime/ 
sudo nano /usr/share/applications/popcorntime.desktop

[Desktop Entry]
Version=1.0
Name=Popcorn Time
Terminal=false
Exec=/opt/popcorntime/Popcorn-Time
Icon=/opt/popcorntime/src/app/images/icon.png
Type=Application
Categories=Application;




sudo chmod +x /usr/share/applications/popcorntime.desktop

Nenhum comentário:

Postar um comentário