mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 11:51:14 +02:00
setup_board: fix passing --usepkgonly state through to update_chroot
This commit is contained in:
parent
f471b4a709
commit
5411bf574e
@ -155,7 +155,7 @@ if [ "${FLAGS_usepkg}" -eq "${FLAGS_TRUE}" ]; then
|
||||
if [[ "${FLAGS_usepkgonly}" -eq "${FLAGS_TRUE}" ]]; then
|
||||
UPDATE_ARGS+=" --usepkgonly"
|
||||
else
|
||||
UPDATE_ARGS+=" --usepkgonly"
|
||||
UPDATE_ARGS+=" --nousepkgonly"
|
||||
fi
|
||||
if [[ "${FLAGS_getbinpkg}" -eq "${FLAGS_TRUE}" ]]; then
|
||||
UPDATE_ARGS+=" --getbinpkg "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user