Explorar el Código

Remove use of sudo in check script

David Garcia Quintas hace 9 años
padre
commit
9b454a3428
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      tools/distrib/check_nanopb_output.sh

+ 2 - 2
tools/distrib/check_nanopb_output.sh

@@ -51,8 +51,8 @@ apt-get install -y autoconf automake libtool curl
 ./autogen.sh
 ./autogen.sh
 ./configure
 ./configure
 make
 make
-sudo make install
-sudo ldconfig
+make install
+ldconfig
 popd
 popd
 
 
 if [ ! -x "/usr/local/bin/protoc" ]; then
 if [ ! -x "/usr/local/bin/protoc" ]; then