aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 329ce24..e46a4a6 100755
--- a/install.sh
+++ b/install.sh
@@ -617,7 +617,7 @@ linux_install_packages() {
for package in "${gentoo_packages[@]}"; do
if [ "$package" != "" ]; then
if ! equery list "$package" &>/dev/null; then
- if ! "$PRIVILEGE_TOOL" emerge --ask "$package"; then
+ if ! "$PRIVILEGE_TOOL" emerge "$package"; then
failed_packages+=("$package")
any_failures=true
fi