Changeset 2051 for trunk/scripts/install-invirt
- Timestamp:
- Jan 31, 2009, 3:17:56 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/install-invirt/install-invirt.sh
r2033 r2051 18 18 fi 19 19 20 output "Installing the dependenc yfor the Invirt installer..."21 aptitude install lsb-release 20 output "Installing the dependencies for the Invirt installer..." 21 aptitude install lsb-release wget 22 22 DISTRO=`lsb_release -cs` 23 23 case $DISTRO in … … 61 61 aptitude update 62 62 63 output "Installing Invirt..."64 DEBIAN_FRONTEND=noninteractive aptitude install invirt-host-master63 #output "Installing Invirt..." 64 #DEBIAN_FRONTEND=noninteractive aptitude install invirt-host-master 65 65 66 66 output "Invirt installation done!"
Note: See TracChangeset
for help on using the changeset viewer.