Skip to content

Commit 75958e1

Browse files
committed
add a note on sudo password
1 parent b2ce835 commit 75958e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.sh

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ download() {
5151
echo "Could not install." && exit 1
5252
fi;
5353

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

0 commit comments

Comments
 (0)