diff --git a/src/steps/os/unix.rs b/src/steps/os/unix.rs index 6d30ac92..b96631f0 100644 --- a/src/steps/os/unix.rs +++ b/src/steps/os/unix.rs @@ -152,6 +152,8 @@ pub fn run_oh_my_fish(ctx: &ExecutionContext) -> Result<()> { pub fn run_pkgin(ctx: &ExecutionContext) -> Result<()> { let pkgin = require("pkgin")?; + print_separator("Pkgin"); + let mut command = ctx.run_type().execute(ctx.sudo().as_ref().unwrap()); command.arg(&pkgin).arg("update"); if ctx.config().yes(Step::Pkgin) {