Maerskian
Fri Aug 01, 2014 7:24:42 pm
Wanted to install Ruby Ripper and found it should be easy on Ubuntu 14.04 so just copy-pasted these lines :
But it doesn't work :/ ...
Any clue about why ?
- Code:
$ wget -q -O - http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
$ sudo sh -c 'echo "deb http://archive.getdeb.net/ubuntu trusty-getdeb games" >> /etc/apt/sources.list.d/getdeb.list'
$ sudo apt-get update
$ sudo apt-get install rubyripper
But it doesn't work :/ ...
Any clue about why ?