Remove silnite (fix #873)
This commit is contained in:
@@ -339,9 +339,6 @@ fn run() -> Result<()> {
|
|||||||
runner.execute(Step::Pacstall, "pacstall", || linux::run_pacstall(&ctx))?;
|
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() {
|
if let Some(commands) = config.commands() {
|
||||||
for (name, command) in commands {
|
for (name, command) in commands {
|
||||||
runner.execute(Step::CustomCommands, name, || {
|
runner.execute(Step::CustomCommands, name, || {
|
||||||
|
|||||||
@@ -32,13 +32,6 @@ pub fn run_mas(run_type: RunType) -> Result<()> {
|
|||||||
run_type.execute(mas).arg("upgrade").check_run()
|
run_type.execute(mas).arg("upgrade").check_run()
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn run_silnite(ctx: &ExecutionContext) -> Result<()> {
|
|
||||||
let silnite = require("silnite")?;
|
|
||||||
print_separator("Silnite");
|
|
||||||
|
|
||||||
ctx.run_type().execute(silnite).arg("au").check_run()
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn upgrade_macos(ctx: &ExecutionContext) -> Result<()> {
|
pub fn upgrade_macos(ctx: &ExecutionContext) -> Result<()> {
|
||||||
print_separator("macOS system update");
|
print_separator("macOS system update");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user