
29th September 2009, 08:31
|
|
Senior Member
|
|
Join Date: Apr 2006
Posts: 296
Thanks: 21
Thanked 22 Times in 14 Posts
|
|
Quote:
Originally Posted by madmac007
I changed the part that finds the Debian version in lib/install.lib.php, line 73, into
Changed the "5.0 : to 5.0.1
if(trim(file_get_contents('/etc/debian_version')) == '5.0.1' || trim(file_get_contents('/etc/debian_version')) == 'lenny/sid') {
|
or you could edit
Code:
/etc/debian_version
to 5.0
|