oops. forgot the noconfirm for haveged.

This commit is contained in:
brent s. 2015-07-22 22:21:57 -04:00
parent 342d9894f5
commit f4c8f45ee3
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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