aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-06-20 17:51:10 +0200
committersrdusr <trevorgray@srdusr.com>2024-06-20 17:51:10 +0200
commitf1b7a385c24d73b1c2622000b3431af8cf59f283 (patch)
treef4bb5adddd5f64dc8fc9dc6ba4cf15871a4b5ba1
parentaa1f727f5ac8787eaf34b10d8d4a1fe7011d1de2 (diff)
downloaddotfiles-f1b7a385c24d73b1c2622000b3431af8cf59f283.tar.gz
dotfiles-f1b7a385c24d73b1c2622000b3431af8cf59f283.zip
Testing
-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