Skip to content

Commit

Permalink
add a note on sudo password
Browse files Browse the repository at this point in the history
  • Loading branch information
xiam committed Apr 27, 2020
1 parent 93115a2 commit 6266693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ download() {
echo "Could not install." && exit 1
fi;

echo "This script needs root privileges in order to install into $BIN_DIR."
echo "Installing to $BIN_DIR... (it might require sudo password)"
sudo install -c -m 0755 $FILENAME $BIN_DIR/arpfox
rm $FILENAME
}
Expand Down

0 comments on commit 6266693

Please sign in to comment.