Remove silnite (fix #873)

This commit is contained in:
Roey Darwish Dror
2022-03-27 20:11:25 +03:00
parent 99645b132a
commit 8dd2eb7532
2 changed files with 0 additions and 10 deletions

View File

@@ -339,9 +339,6 @@ fn run() -> Result<()> {
runner.execute(Step::Pacstall, "pacstall", || linux::run_pacstall(&ctx))?;
}
#[cfg(target_os = "macos")]
runner.execute(Step::Silnite, "silnite", || macos::run_silnite(&ctx))?;
if let Some(commands) = config.commands() {
for (name, command) in commands {
runner.execute(Step::CustomCommands, name, || {