diff options
| author | krolyxon <krolyxon@tutanota.com> | 2026-01-21 19:28:54 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2026-01-21 19:28:54 +0530 |
| commit | bfeb728f801b099b5915335643584c394615468f (patch) | |
| tree | ac4929cd08f9d16d57119208c0e28c7c657eb783 /install.sh | |
| parent | 20678601dbae0942f63cde33ab4a2beec8a1ab23 (diff) | |
install.sh: fix AUTO_YES for UTILITY_PKGS
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -129,7 +129,7 @@ Do you understand the risks and want to continue?" || exit 1 source "$currentDir/packages/pkg_utils.sh" prompt_style "Important utilities (Most likely go with defaults)" if ((AUTO_YES)); then - DEV_PKGS=("${pkg_utils[@]}") + UTILITY_PKGS=("${pkg_utils[@]}") else gum_to_array UTILITY_PKGS < <(choose_packages pkg_utils) fi |
