File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ add_devtools() {
193
193
194
194
# Function to setup the nightly build from master branch
195
195
setup_master () {
196
- update_ppa && $apt_install libzip-dev
196
+ update_ppa && $apt_install libzip-dev libwebp-dev > /dev/null 2>&1
197
197
tar_file=php_" $version " %2Bubuntu" $( lsb_release -r -s) " .tar.xz
198
198
install_dir=~ /php/" $version "
199
199
bintray_url=https://dl.bintray.com/shivammathur/php/" $tar_file "
@@ -203,7 +203,7 @@ setup_master() {
203
203
for tool_path in " $install_dir " /bin/* ; do
204
204
tool=$( basename " $tool_path " )
205
205
sudo cp " $tool_path " /usr/bin/" $tool$version "
206
- sudo update-alternatives --install /usr/bin/" $tool " " $tool " /usr/bin/" $tool$version " 50
206
+ sudo update-alternatives --install /usr/bin/" $tool " " $tool " /usr/bin/" $tool$version " 50 > /dev/null 2>&1
207
207
done
208
208
sudo ln -sf " $install_dir " /etc/php.ini /etc/php.ini
209
209
}
You can’t perform that action at this time.
0 commit comments