Remove pointless array
This commit is contained in:
parent
b6d3226628
commit
225404d215
@ -1989,7 +1989,7 @@ install_bootldr()
|
|||||||
|
|
||||||
install_packages()
|
install_packages()
|
||||||
{
|
{
|
||||||
typeset -a inpkg rmpkg loginpkg
|
typeset -a inpkg rmpkg
|
||||||
|
|
||||||
inpkg=("${SES_PKGS[@]}" "${USER_PKGS[@]}")
|
inpkg=("${SES_PKGS[@]}" "${USER_PKGS[@]}")
|
||||||
|
|
||||||
@ -2034,8 +2034,8 @@ install_packages()
|
|||||||
errshow 1 "chrun 'pacman -S $KERNEL $UCODE iputils --noconfirm'"
|
errshow 1 "chrun 'pacman -S $KERNEL $UCODE iputils --noconfirm'"
|
||||||
|
|
||||||
# install the packages chosen throughout the install plus any extras added
|
# install the packages chosen throughout the install plus any extras added
|
||||||
chrun "pacman -S ${inpkg[*]} ${loginpkg[*]} $NEWSHELL --needed --noconfirm" 2> "$ERR" 2>&1
|
chrun "pacman -S ${inpkg[*]} $NEWSHELL --needed --noconfirm" 2> "$ERR" 2>&1
|
||||||
errshow 1 "chrun 'pacman -S ${inpkg[*]} ${loginpkg[*]} $NEWSHELL --needed --noconfirm'"
|
errshow 1 "chrun 'pacman -S ${inpkg[*]} $NEWSHELL --needed --noconfirm'"
|
||||||
|
|
||||||
# bootloader packages
|
# bootloader packages
|
||||||
if [[ $BOOTLDR == 'grub' ]]; then
|
if [[ $BOOTLDR == 'grub' ]]; then
|
||||||
|
Reference in New Issue
Block a user