File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,8 @@ _dvm_add_exclusive_option() {
53
53
# Add options for command install.
54
54
_dvm_add_install_option () {
55
55
_dvm_add_exclusive_option " --from-binary" " --from-source"
56
- _dvm_add_options " --registry=" " --skip-validation" " --skip-download-cache" " --sha256sum"
56
+ _dvm_add_options " --registry=" " --skip-validation" " --skip-download-cache"
57
+ _dvm_add_options " --sha256sum" " --no-sha256sum"
57
58
}
58
59
59
60
# Add the specified option to the options list.
Original file line number Diff line number Diff line change @@ -2124,6 +2124,9 @@ dvm() {
2124
2124
" --sha256sum" )
2125
2125
DVM_INSTALL_SHA256SUM=true
2126
2126
;;
2127
+ " --no-sha256sum" )
2128
+ DVM_INSTALL_SHA256SUM=false
2129
+ ;;
2127
2130
" -" * )
2128
2131
;;
2129
2132
* )
You can’t perform that action at this time.
0 commit comments