@@ -174,19 +174,18 @@ elif [[ "$(uname)" == 'Linux' ]]; then
174
174
else
175
175
echo " Some portion of the update is failed"
176
176
fi
177
- # python- software-properties is required for apt-add-repository
178
- sudo apt-get install -y python- software-properties
177
+ # software-properties-common is required for apt-add-repository
178
+ sudo apt-get install -y software-properties-common
179
179
echo " ==> Found Ubuntu version ${ubuntu_major_version} .xx"
180
180
if [[ $ubuntu_major_version -lt ' 12' ]]; then
181
181
echo ' ==> Ubuntu version not supported.'
182
182
exit 1
183
183
elif [[ $ubuntu_major_version -lt ' 14' ]]; then # 12.xx
184
184
sudo -E add-apt-repository -y ppa:chris-lea/zeromq
185
185
elif [[ $ubuntu_major_version -lt ' 15' ]]; then # 14.xx
186
- sudo -E apt-get install -y software-properties-common
187
186
sudo -E add-apt-repository -y ppa:jtaylor/ipython
188
187
else
189
- sudo apt-get install -y software-properties-common \
188
+ sudo apt-get install -y \
190
189
libgraphicsmagick1-dev libfftw3-dev sox libsox-dev \
191
190
libsox-fmt-all
192
191
fi
@@ -257,11 +256,11 @@ elif [[ "$(uname)" == 'Linux' ]]; then
257
256
else
258
257
echo " Some portion of the update is failed"
259
258
fi
260
- # python- software-properties is required for apt-add-repository
261
- sudo apt-get install -y python- software-properties
259
+ # software-properties-common is required for apt-add-repository
260
+ sudo apt-get install -y software-properties-common
262
261
if [[ $elementary_version == ' 0.3' ]]; then
263
262
echo ' ==> Found Ubuntu version 14.xx based elementary installation, installing dependencies'
264
- sudo apt-get install -y software-properties-common \
263
+ sudo apt-get install -y \
265
264
libgraphicsmagick1-dev libfftw3-dev sox libsox-dev \
266
265
libsox-fmt-all
267
266
0 commit comments