Skip to content

Instantly share code, notes, and snippets.

@ralexrdz
Created September 23, 2020 03:52
Show Gist options
  • Save ralexrdz/c9c69c5ac3917db6ca6ced85fd8133c5 to your computer and use it in GitHub Desktop.
Save ralexrdz/c9c69c5ac3917db6ca6ced85fd8133c5 to your computer and use it in GitHub Desktop.
sudo mkdir /opt/popcorntime/
sudo mv Popcorn-Time-0.4.4-linux64 /opt/popcorntime/Popcorn-Time
sudo ln -sf /opt/popcorntime/Popcorn-Time /usr/bin/Popcorn-Time
sudo wget -O /opt/popcorntime/popcorn.png https://upload.wikimedia.org/wikipedia/commons/d/df/Pctlogo.png
sudo nano /usr/share/applications/popcorntime.desktop
[Desktop Entry]
Version = 1.0
Type = Application
Terminal = false
Name = Popcorn Time
Exec = /usr/bin/Popcorn-Time/Popcorn-Time
Icon = /opt/popcorntime/popcorn.png
Categories = Application;
sudo chmod +x /usr/share/applications/popcorntime.desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment