Last active
December 27, 2015 18:29
-
-
Save gblnovaes/7370399 to your computer and use it in GitHub Desktop.
How to install PlayOnLinux
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
source: http://www.playonlinux.com/en/download.html | |
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add - | |
sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O /etc/apt/sources.list.d/playonlinux.list | |
sudo apt-get update | |
sudo apt-get install playonlinux | |
OBS: playonlinux is utility for install programs of windows plataform very util. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment