Skip to content

Commit

Permalink
Remove sudo from commands where it was not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
lodoyun committed Oct 21, 2013
1 parent a6b15cd commit e43851c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/installErizo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ install_libsrtp(){
cd $ROOT/third_party/srtp
CFLAGS="-fPIC" ./configure --prefix=$PREFIX_DIR
make
sudo make uninstall
sudo make install
make uninstall
make install
cd $CURRENT_DIR
}

Expand Down

0 comments on commit e43851c

Please sign in to comment.