From f4c8f45ee32569fcef18766d418d7c3a12312daa Mon Sep 17 00:00:00 2001 From: r00t Date: Wed, 22 Jul 2015 22:21:57 -0400 Subject: [PATCH] oops. forgot the noconfirm for haveged. --- lib/prereqs/Antergos/meta | 2 +- lib/prereqs/Arch/meta | 2 +- lib/prereqs/Manjaro/meta | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/prereqs/Antergos/meta b/lib/prereqs/Antergos/meta index 1fca5c3..55affad 100644 --- a/lib/prereqs/Antergos/meta +++ b/lib/prereqs/Antergos/meta @@ -10,7 +10,7 @@ function distro_specific_tweaks { # For some reason, I can't get "yes y | " to parse correctly with eval. And Arch isn't smart enough # to figure out that if I enable the multilib repos, *I want multilib gcc*. Fuck it. We'll just remove it first. - pacman -S --needed haveged >> "${LOGFILE}.${FUNCNAME}" 2>&1 + pacman -S --needed --noconfirm haveged >> "${LOGFILE}.${FUNCNAME}" 2>&1 haveged set +e diff --git a/lib/prereqs/Arch/meta b/lib/prereqs/Arch/meta index 1320802..dcdbfb0 100644 --- a/lib/prereqs/Arch/meta +++ b/lib/prereqs/Arch/meta @@ -10,7 +10,7 @@ function distro_specific_tweaks { # For some reason, I can't get "yes y | " to parse correctly with eval. And Arch isn't smart enough # to figure out that if I enable the multilib repos, *I want multilib gcc*. Fuck it. We'll just remove it first. - pacman -S --needed haveged >> "${LOGFILE}.${FUNCNAME}" 2>&1 + pacman -S --needed --noconfirm haveged >> "${LOGFILE}.${FUNCNAME}" 2>&1 haveged set +e diff --git a/lib/prereqs/Manjaro/meta b/lib/prereqs/Manjaro/meta index 647493c..e88e970 100644 --- a/lib/prereqs/Manjaro/meta +++ b/lib/prereqs/Manjaro/meta @@ -10,7 +10,7 @@ function distro_specific_tweaks { # For some reason, I can't get "yes y | " to parse correctly with eval. And Arch isn't smart enough # to figure out that if I enable the multilib repos, *I want multilib gcc*. Fuck it. We'll just remove it first. - pacman -S --needed haveged >> "${LOGFILE}.${FUNCNAME}" 2>&1 + pacman -S --needed --noconfirm haveged >> "${LOGFILE}.${FUNCNAME}" 2>&1 haveged set +e