From c2157032d26b62be49f55eeb591d33d7cf7d1c5e Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Sat, 18 Dec 2021 00:06:57 -0800 Subject: [PATCH] download: Print terms disclaimer in yellow --- src/commands/download.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/download.ts b/src/commands/download.ts index 7c10841..31470d2 100644 --- a/src/commands/download.ts +++ b/src/commands/download.ts @@ -28,8 +28,8 @@ export default class Download extends Command { await fs.mkdir(out, { recursive: true }) - this.log(chalk.bold(chalk.redBright("By downloading images, you agree to Google's terms and conditions:"))) - this.log(chalk.red(` - https://developers.google.com/android/images#legal + this.log(chalk.bold(chalk.yellowBright("By downloading images, you agree to Google's terms and conditions:"))) + this.log(chalk.yellow(` - https://developers.google.com/android/images#legal - https://developers.google.com/android/ota#legal - https://policies.google.com/terms