This commit is contained in:
Félix Saparelli 2022-06-29 01:48:59 +12:00
parent 72148ec572
commit 43e4e17e84
No known key found for this signature in database
GPG key ID: B948C4BAE44FC474

View file

@ -21,11 +21,11 @@ cargo binstall --help >/dev/null
# Test that the installed binaries can be run
cargo binstall --help >/dev/null
# Install binaries using https-only-mode and specify min tls ver
# Install binaries using secure mode
"./$1" binstall \
--log-level debug \
--https-only-mode \
--min-tls-version tls1-3 \
--secure \
--min-tls-version 1.3 \
--no-confirm \
cargo-binstall
# Test that the installed binaries can be run