diff --git a/src/commands/download.ts b/src/commands/download.ts index 83ec47f..7c10841 100644 --- a/src/commands/download.ts +++ b/src/commands/download.ts @@ -28,6 +28,13 @@ 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 + - https://developers.google.com/android/ota#legal + - https://policies.google.com/terms + +`)) + let cache: IndexCache = {} for (let device of flags.device) { this.log(chalk.greenBright(`${device}`))