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 9c80e98 commit af3504aCopy full SHA for af3504a
docker/guest/run_services.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
apt update
4
-apt --only-upgrade install \
+apt --only-upgrade -y --no-install-recommends install \
5
cuttlefish-base \
6
cuttlefish-user \
7
cuttlefish-orchestration
0 commit comments