Skip to content

Commit 609938c

Browse files
fixed option
Signed-off-by: kokkiemouse <kokkiemouse@fascode.net>
1 parent 0479fe6 commit 609938c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ make_repo_packages() {
347347
echo -e "# The list of packages that is installed in live cd.\n#\n\n" > "${work_dir}/packages.list"
348348
# Install packages on airootfs
349349
mount --bind "${cache_dir}" "${work_dir}/airootfs/dnf_cache"
350-
run_cmd dnf -y --nogpgcheck -c /dnf_conf install "${_pkglist[*]}"
350+
run_cmd dnf -y --nogpgcheck -c /dnf_conf install ${_pkglist[*]}
351351
}
352352
make_dnf_packages() {
353353

@@ -361,7 +361,7 @@ make_dnf_packages() {
361361

362362
# Install packages on airootfs
363363
mount --bind "${cache_dir}" "${work_dir}/airootfs/dnf_cache"
364-
run_cmd dnf -y --nogpgcheck -c /dnf_conf install "${_pkglist[*]}"
364+
run_cmd dnf -y --nogpgcheck -c /dnf_conf install ${_pkglist[*]}
365365
}
366366

367367
make_cp_airootfs() {

0 commit comments

Comments
 (0)