diff --git a/pacstrap b/pacstrap index 55ebd94..d0f0d79 100755 --- a/pacstrap +++ b/pacstrap @@ -43,5 +43,6 @@ api_fs_mount "$newroot" || die "failed to setup API filesystems in new root" trap 'api_fs_umount "$newroot"' EXIT msg 'Installing packages to %s' "$newroot" -pacman -r "$newroot" -Sy "${package[@]}" +pacman -r "$newroot" -Sy "${packages[@]}" +# vim: et ts=2 sw=2 ft=sh: