Skip to content

Scaratech/crosdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

crosdl

A CLI for downloading ChromeOS related images

Requirements

  • A UNIX-like shell
  • git
  • wget
  • jq

Installation

$ curl https://scaratek.dev/install_crosdl.sh | bash

Usage

  • Please note these download as zip archives !!!
  • Cache is stored in ~/.cache/crosdl
# Flags
## -t = type (reco = recovery image, shim = rma shim)
## -b = filter by board
## -m = filter by model (Only for reco)
## -h = filter by HWID (Only for reco)
## -cv = filter by chrome version (Only for reco) (optional, defaults to latest)
## -pv = filter by platform version (Only for reco) (optional, defaults to latest)
## -o = path to download to
## --help = Help message
## --clear-cache = Clear cache
## --cache = Populate cache

# Examples: 
crosdl -t reco -b octopus -cv 141 -o output.zip
crosdl -t reco -m "Dell Chromebook 3100" -pv 141 -o output.zip
crosdl -t reco -h ATLAS -o output.zip
crosdl -t shim -b dedede -o output.zip

Credit

About

A CLI for downloading ChromeOS related images

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages