Changeset 2051 for trunk/scripts


Ignore:
Timestamp:
Jan 31, 2009, 3:17:56 AM (15 years ago)
Author:
price
Message:

tweak install-invirt.sh

Don't try to install invirt-host-master, because we need most
of the script for sysvms too.

Also, minimal installs lack wget, so install that first.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/install-invirt/install-invirt.sh

    r2033 r2051  
    1818fi
    1919
    20 output "Installing the dependency for the Invirt installer..."
    21 aptitude install lsb-release
     20output "Installing the dependencies for the Invirt installer..."
     21aptitude install lsb-release wget
    2222DISTRO=`lsb_release -cs`
    2323case $DISTRO in
     
    6161aptitude update
    6262
    63 output "Installing Invirt..."
    64 DEBIAN_FRONTEND=noninteractive aptitude install invirt-host-master
     63#output "Installing Invirt..."
     64#DEBIAN_FRONTEND=noninteractive aptitude install invirt-host-master
    6565
    6666output "Invirt installation done!"
Note: See TracChangeset for help on using the changeset viewer.