From f1b7a385c24d73b1c2622000b3431af8cf59f283 Mon Sep 17 00:00:00 2001 From: srdusr Date: Thu, 20 Jun 2024 17:51:10 +0200 Subject: Testing --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') 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 -- cgit v1.2.3