mirror of
https://github.com/edu4rdshl/blackarch-devtools.git
synced 2026-07-17 23:24:47 +00:00
Enable multilib repo by default.
This commit is contained in:
parent
aea130ffc7
commit
7f9237a9a0
1 changed files with 2 additions and 0 deletions
|
|
@ -90,6 +90,8 @@ pub fn setup_chroot() {
|
|||
.status()
|
||||
.expect("Failed to setup chroot environment.");
|
||||
if up_chroot.success() {
|
||||
writeln!(coloring("yellow"), "Enabling multilib repos...");
|
||||
Command::new(&devtools_nspawn).args(&[&chroot_root, "/bin/sh", "-c", "echo -e '\n[multilib]\nInclude = /etc/pacman.d/mirrorlist\n' | sudo tee -a /etc/pacman.conf > /dev/null"]).status().expect("Failed enabling multilib repos.");
|
||||
writeln!(
|
||||
coloring("yellow"),
|
||||
"Configuring BlackArch Linux repo in the chroot environment..."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue