File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -122,9 +122,7 @@ if which apt-get >&/dev/null && ! which zypper >/dev/null; then
122122 echo " sudo apt-get install libatlas3-base"
123123 printed=true
124124 fi
125- fi
126-
127- if which yum >& /dev/null; then
125+ elif which yum >& /dev/null; then
128126 if [ ! -z " $redhat_packages " ]; then
129127 echo " $0 : we recommend that you run (our best guess):"
130128 echo " sudo yum install $redhat_packages "
@@ -136,9 +134,7 @@ if which yum >&/dev/null; then
136134 echo " sudo yum install atlas.x86_64"
137135 printed=true
138136 fi
139- fi
140-
141- if which zypper >& /dev/null; then
137+ elif which zypper >& /dev/null; then
142138 if [ ! -z " $opensuse_packages " ]; then
143139 echo " $0 : we recommend that you run (our best guess):"
144140 echo " sudo zypper install $opensuse_packages "
You can’t perform that action at this time.
0 commit comments