We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50305c3 commit 19f074cCopy full SHA for 19f074c
1 file changed
docs/cvdr.md
@@ -22,7 +22,7 @@ sudo curl -fsSL https://us-apt.pkg.dev/doc/repo-signing-key.gpg -o /etc/apt/keyr
22
sudo chmod a+r /etc/apt/keyrings/android-cuttlefish-artifacts.asc
23
echo \
24
"deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/android-cuttlefish-artifacts.asc] \
25
- https://us-apt.pkg.dev/projects/android-cuttlefish-artifacts android-cuttlefish-nightly main" | \
+ https://us-apt.pkg.dev/projects/android-cuttlefish-artifacts android-cuttlefish-unstable main" | \
26
sudo tee /etc/apt/sources.list.d/android-cuttlefish-artifacts.list > /dev/null
27
sudo apt update
28
sudo apt install cuttlefish-cvdremote
0 commit comments