X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/blobdiff_plain/d54acafd98bc30c4efe2f33f032a5752e94e8595..2cc269f5fc393b4dc8049bb72b0c939a5a12190c:/tools/actions/upgrader.py diff --git a/tools/actions/upgrader.py b/tools/actions/upgrader.py index cb1aaa5..71a64e7 100644 --- a/tools/actions/upgrader.py +++ b/tools/actions/upgrader.py @@ -25,7 +25,8 @@ def upgrade(args): helpers.images.umount_rootfs(args) helpers.drivers.loadBinderNodes(args) if not args.offline: - helpers.images.get(args) + if args.images_path != tools.config.defaults["preinstalled_images_path"]: + helpers.images.get(args) helpers.lxc.setup_host_perms(args) helpers.lxc.set_lxc_config(args) helpers.lxc.make_base_props(args)