Skip to content

Commit b1ee467

Browse files
committed
Update docs/cvdr.md to follow AR instead JFrog for installing cvdr
1 parent 5028688 commit b1ee467

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

docs/cvdr.md

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff 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
2423
sudo apt update
25-
```
26-
27-
Then `cuttlefish-cvdremote` is available to download via `apt install`.
28-
```base
2924
sudo apt install cuttlefish-cvdremote
3025
cvdr --help
3126
```

0 commit comments

Comments
 (0)