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