Skip to content

Instantly share code, notes, and snippets.

View prograk's full-sized avatar
💭
Nothing

Akshay Malhotra prograk

💭
Nothing
  • Banglore
  • 02:01 (UTC +05:30)
View GitHub Profile
@prograk
prograk / install-popcorn-time.sh
Last active August 19, 2021 07:33
Install Popcorn Time 0.4.4 on Ubuntu 18.04 [tool, ubuntu]
#!/usr/bin/env bash
# this script installs Popcorn Time following the instructions found in
# https://linuxconfig.org/how-to-install-popcorn-time-movie-player-on-ubuntu-18-04-bionic-beaver-linux
sudo apt update
sudo apt install libcanberra-gtk-module libgconf-2-4 unzip
sudo mkdir /opt/popcorn-time