@@ -19,4 +19,5 @@ pub const BASE_PACKAGES: [&str; 9] = [
|
||||
"amd-ucode",
|
||||
];
|
||||
|
||||
pub const AUR_DEPENDENCIES: [&str; 3] = ["base-devel", "git", "sudo"];
|
||||
// we add go so that it is cached when installing yay
|
||||
pub const AUR_DEPENDENCIES: [&str; 4] = ["base-devel", "git", "sudo", "go"];
|
||||
|
||||
@@ -387,7 +387,7 @@ fn create(command: args::CreateCommand) -> anyhow::Result<()> {
|
||||
),
|
||||
)
|
||||
.run()
|
||||
.context("Failed running preset script")?;
|
||||
.with_context(|| format!("Failed running preset script:\n{}", script.script_text))?;
|
||||
}
|
||||
|
||||
info!("Performing post installation tasks");
|
||||
|
||||
Reference in New Issue
Block a user