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 b2ce835 commit 75958e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ download() {
echo "Could not install." && exit 1
fi;

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

0 comments on commit 75958e1

Please sign in to comment.