We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ce835 commit 75958e1Copy full SHA for 75958e1
install.sh
@@ -51,6 +51,7 @@ download() {
51
echo "Could not install." && exit 1
52
fi;
53
54
+ echo "Installing to $BIN_DIR... (it might require sudo password)"
55
sudo install -v -c -m 0755 $FILENAME $BIN_DIR/hyperfox || echo "This script needs root privileges in order to install into $BIN_DIR."
56
rm $FILENAME
57
}
0 commit comments