thank you for helping, but i can't perform the installation yet:
1) i typed:
sudo pico /usr/share/mce-installer/mce-installer.sh
and i have commented line #25
2) i run the installer on the desktop but nothing happen.
typing
sudo gksu /usr/share/mce-installer/mce-installer.sh
and nothing happen, the /tmp dir doesn't contain any /tmp/selfextract.XXXX
to get the archive i've tried to execute the command in the script in the shell so i typed
SKIP=`awk '/^__ARCHIVE_FOLLOWS__/ { print NR + 1; exit 0; }' /usr/share/mce-installer/mce-installer.sh`
tail -n +$SKIP /usr/share/mce-installer/mce-installer.sh | tar xz -C /tmp/mce-installer/
and i get the sh installer script in /tmp/mce-installer
after doing the point 4,5,6,7 i run the ./mce-installer
i select my option from the windows but after step five there is an error:
casatta@casatta-desktop:/tmp/mce-installer$ ./mce-installer
Step1D
Read: 1 --
Read: eth0|eth0:0 --
Read: 192.168.1.51|255.255.255.0|192.168.1.1|195.130.224.18|195.130.224.18|0|1 --
Step2A
Step0A
Step3
Step4
Step5
Segmentation fault (core dumped)
where am i wrong?