| Index: build/install-build-deps.sh
|
| diff --git a/build/install-build-deps.sh b/build/install-build-deps.sh
|
| index 53d9712a6ee5267c9cb38ec3cf6406424f7c6edd..def9afc4e93b6424d6fa0170de23027676e31989 100755
|
| --- a/build/install-build-deps.sh
|
| +++ b/build/install-build-deps.sh
|
| @@ -360,7 +360,7 @@ if test "$do_inst_lib32" = "1" || test "$do_inst_nacl" = "1"; then
|
| sudo dpkg --add-architecture i386
|
| fi
|
| fi
|
| -#sudo apt-get update
|
| +sudo apt-get update
|
|
|
| # We initially run "apt-get" with the --reinstall option and parse its output.
|
| # This way, we can find all the packages that need to be newly installed
|
|
|