View Single Post
  #14  
Old 07-21-2012, 07:57 AM
evol evol is offline
Senior Member
 
Join Date: Jun 2011
Posts: 228
evol is on a distinguished road
Default

Re: hulu.sh, download from Hulu


Quote:
Originally Posted by sub7 View Post
How can I get this working on ubuntu?

What changes do I need to make?

Thanks.
At a guess the only thing i can see is this line
Code:
p="plugin-container.exe"
So try........

Code:
p="plugin-container"
or
Code:
p="/usr/lib/firefox-X.X.X/plugin-container"
X.X.X been the version of fifefox.
Reply With Quote