Reputation: 1256
I'm getting the following error:
install-reddit.sh: line 79: /etc/lsb-release: No such file or directory
cat /etc/issue
gives me
CentOS release 6.6 (Final)
I know the script is for ubuntu: https://github.com/reddit/reddit/wiki/reddit-install-script-for-Ubuntu but I was wondering if there is a way to make the script run on centOS? When I try to install normally it fails
Upvotes: 1
Views: 344
Reputation: 1256
In the end I did not find a solution to running the easy install from reddit. Instead I used vagrant to create a virtual Ubuntu Linux 12.04 (Precise Pangolin) which with a little fiddling worked fine for me.
The one issue is that you have to preallocate space for it (unlike if it were local (clearly)). I had to increase the size 4x to get it working for me.
Upvotes: 1