Skip to main content

confirm_untrusted_source

Function confirm_untrusted_source 

Source
pub fn confirm_untrusted_source(
    source_type: &SourceType,
    yes: bool,
) -> Result<(), Error>
Expand description

Prompts the user to confirm installation from an untrusted (non-official) source.

ยงErrors

Returns an error if the user aborts the operation.