Future<void> disableVerity({bool debug = false}) async { await checkAvbctl(debug: debug); await exec(['avbctl', 'disable-verification'], debug: debug); }