oops. forgot the noconfirm for haveged.
This commit is contained in:
@@ -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
|
# 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.
|
# 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
|
haveged
|
||||||
|
|
||||||
set +e
|
set +e
|
||||||
|
|||||||
@@ -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
|
# 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.
|
# 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
|
haveged
|
||||||
|
|
||||||
set +e
|
set +e
|
||||||
|
|||||||
@@ -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
|
# 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.
|
# 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
|
haveged
|
||||||
|
|
||||||
set +e
|
set +e
|
||||||
|
|||||||
Reference in New Issue
Block a user