Skip to content

Commit

Permalink
remove sudo requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai authored Sep 7, 2023
1 parent ed378f1 commit c2ee9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-gloo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tar -xvzf $FILENAME
chmod +x $BINARY_NAME

# Move the binary to your PATH
sudo mv $BINARY_NAME /usr/local/bin/
mv $BINARY_NAME /usr/local/bin/

# Verify installation
if which $BINARY_NAME > /dev/null; then
Expand Down

0 comments on commit c2ee9b7

Please sign in to comment.