diff --git a/install.sh b/install.sh index fff28ea..dbee226 100755 --- a/install.sh +++ b/install.sh @@ -51,7 +51,7 @@ download() { echo "Could not install." && exit 1 fi; - sudo install -c -m 0755 $FILENAME $BIN_DIR/hyperfox || echo "This script needs root privileges in order to install into $BIN_DIR." + 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 }