Ticket #646: install-debathena.sh.diff

File install-debathena.sh.diff, 431 bytes (added by adehnert, 14 years ago)

Patch to installer

  • install-debathena.sh

    old new  
    179179  read dummy 
    180180fi 
    181181 
    182 output "Installing lsb-release to determine system type" 
    183 aptitude -y install lsb-release 
     182output "Installing Debathena installer dependencies: lsb-release and wget" 
     183aptitude -y install lsb-release wget 
    184184distro=`lsb_release -cs` 
    185185case $distro in 
    186186lenny|squeeze)