Skip to content

Commit

Permalink
update install file
Browse files Browse the repository at this point in the history
  • Loading branch information
xiam committed Apr 13, 2020
1 parent aa9bed8 commit aa6dd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit aa6dd69

Please sign in to comment.