From aa6dd69da7692b3cd5cf4ba1d079ca77b81a63b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Nieto?= Date: Sun, 12 Apr 2020 19:41:39 -0500 Subject: [PATCH] update install file --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }