document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. wget -O - http://deb.opera.com/archive.key | sudo apt-key add -
  2.  
  3. sudo sh -c 'echo "deb http://deb.opera.com/opera/ stable non-free" > /etc/apt/sources.list.d/opera.list'
  4.  
  5. sudo apt-get update
  6.  
  7. sudo apt-get install opera-stable pepperflashplugin-nonfree
');