Fix repo script

This commit is contained in:
Wildan M 2025-10-25 19:34:51 +07:00
parent 4fb4727f60
commit 66d7a520e1

View File

@ -15,6 +15,9 @@ do
then
COOK_OPT+=" --with-package-deps"
elif [ "$arg" == "--nonstop" ]
then
COOK_OPT+=" --nonstop"
elif [ "$arg" == "--offline" ]
then
export COOKBOOK_OFFLINE=true
else
@ -24,4 +27,4 @@ done
repo cook $COOK_OPT $recipes
repo_builder "$repo" $recipes
repo_builder "$ROOT/repo/$TARGET" $recipes