Ignore:
Timestamp:
05/22/12 00:15:30 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2557 - Correcoes no instalador conforme sugestao no forum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL/expressoInstall.sh

    r6219 r6261  
    6969if ( validaSO "Debian" "6.0" ) 
    7070then 
    71         INSTALL="debian-squeeze" 
     71        INSTALL="debian_6" 
    7272elif ( validaSO "Ubuntu" "11.10" ) 
    7373then 
    74         INSTALL="ubuntu-11.10" 
     74        INSTALL="ubuntu_1110" 
    7575elif ( validaSO "CentOS" "6." || validaSO "RedHat" "6." ) 
    7676then 
    77         INSTALL="rhel6" 
     77        INSTALL="rhel_6" 
    7878else 
    7979        echo "Sistema operacional desconhecido ou incompativel com o instalador do Expresso Livre!" 
Note: See TracChangeset for help on using the changeset viewer.