We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e34e519 commit 9eb3038Copy full SHA for 9eb3038
crates/xtask/src/main.rs
@@ -1302,7 +1302,7 @@ impl Xtasks {
1302
// install alsa et al
1303
if cfg!(target_os = "linux") {
1304
let sudo = if !is_root::is_root() { "sudo" } else { "" };
1305
- let install_cmd = format!("{sudo} apt-get update && sudo apt-get install --no-install-recommends -y libasound2-dev libudev-dev");
+ let install_cmd = format!("{sudo} apt-get update && {sudo} apt-get install --no-install-recommends -y libasound2-dev libudev-dev");
1306
Self::run_system_command(
1307
&app_settings,
1308
"sh",
0 commit comments