Skip to content

Commit

Permalink
Updated script with sudo. (#942)
Browse files Browse the repository at this point in the history
* Updated script with sudo.

* Added variables back. They were temporarily disabled.
  • Loading branch information
Matt Witkowski authored Jul 20, 2022
1 parent 297cd55 commit a2aebd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/linux_arm64_librdkafka_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else
cd /tmp/librdkafka
./configure
make
make install
sudo make install
cd ${PWD}

# Cleanup
Expand Down

0 comments on commit a2aebd5

Please sign in to comment.