Ticket #646: install-debathena.sh.diff
File install-debathena.sh.diff, 431 bytes (added by adehnert, 14 years ago) |
---|
-
install-debathena.sh
old new 179 179 read dummy 180 180 fi 181 181 182 output "Installing lsb-release to determine system type"183 aptitude -y install lsb-release 182 output "Installing Debathena installer dependencies: lsb-release and wget" 183 aptitude -y install lsb-release wget 184 184 distro=`lsb_release -cs` 185 185 case $distro in 186 186 lenny|squeeze)