ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magic/linux/instal_aster.bash
(Generate patch)

Comparing magic/linux/instal_aster.bash (file contents):
Revision 615 by francois, Mon Oct 20 16:04:31 2014 UTC vs.
Revision 616 by francois, Mon Dec 1 16:19:58 2014 UTC

# Line 40 | Line 40 | dpkg -s $nomdep  >> /dev/null 2>&1
40   if [ $? == 1 ];
41   then
42   echo $nomdep...............FAIL
43 < sudo apt-get install $nomdep  
43 > sudo apt-get -y install $nomdep  
44   else
45   echo $nomdep...............ok
46   fi

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines