diff --git a/install b/install index 048e7b6..db91322 100755 --- a/install +++ b/install @@ -124,7 +124,7 @@ fi print_section "Installing packages" package_count=$(< "${PACKAGES_DIR}/packages.list" wc -l) print_log "Installing ${package_count} packages" -yay -S --noconfirm --needed $(cat "${PACKAGES_DIR}/packages.list") +yay -S --noconfirm --needed "$(cat "${PACKAGES_DIR}/packages.list")" ###############################################################################