's'
This commit is contained in:
@@ -95,7 +95,7 @@ def build_layers(args):
|
||||
|
||||
|
||||
def print_recommended_flow(image_name):
|
||||
print("\nRecommended 5570 launch")
|
||||
print("\nRecommended 5570 launch (headless: always pass --adb-insecure)")
|
||||
print(
|
||||
"python run_redroid.py "
|
||||
"--image {} "
|
||||
@@ -103,7 +103,8 @@ def print_recommended_flow(image_name):
|
||||
"--device-profile pixel-7-pro "
|
||||
"--data-dir ~/data-redroid13 "
|
||||
"--port 5570 "
|
||||
"--replace\n".format(image_name)
|
||||
"--replace "
|
||||
"--adb-insecure\n".format(image_name)
|
||||
)
|
||||
print("Recommended post-boot hardening")
|
||||
print(
|
||||
|
||||
Reference in New Issue
Block a user