File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,18 +14,13 @@ below, such as launching Cuttlefish with locally built image.
1414
1515## Download cvdr
1616
17- Since the Debian package ` cuttleifsh-cvdremote ` containing ` cvdr ` is not
18- registered in the official Debian repository, we need to enroll JFrog repository
19- with commands below.
17+ ` cuttlefish-cvdremote ` is available to download via ` apt install ` with adding
18+ the apt repository at Artifact Registry.
2019``` bash
21- sudo apt install wget
22- wget -qO- https://artifacts.codelinaro.org/artifactory/linaro-372-googlelt-gigabyte-ampere- cuttlefish-installer/gigabyte-ampere- cuttlefish-installer/latest/debian/linaro-glt-gig-archive-bookworm.asc | sudo tee /etc/apt/trusted.gpg.d/linaro-glt-gig-archive-bookworm.asc
23- echo " deb https://artifacts.codelinaro.org/linaro-372-googlelt-gigabyte-ampere-cuttlefish-installer/gigabyte-ampere-cuttlefish-installer/latest/debian bookworm main " | sudo tee /etc/apt/sources.list.d/linaro-glt-gig-archive-bookworm .list
20+ curl https://us-apt.pkg.dev/doc/repo-signing-key.gpg | sudo apt-key add -
21+ echo ' deb https://us-apt.pkg.dev/projects/android- cuttlefish-artifacts android- cuttlefish-nightly main ' | \
22+ sudo tee -a /etc/apt/sources.list.d/artifact-registry .list
2423sudo apt update
25- ```
26-
27- Then ` cuttlefish-cvdremote ` is available to download via ` apt install ` .
28- ``` base
2924sudo apt install cuttlefish-cvdremote
3025cvdr --help
3126```
You can’t perform that action at this time.
0 commit comments