We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ce696 commit 2105652Copy full SHA for 2105652
ebssurrogate/scripts/chroot-bootstrap-nix.sh
@@ -58,7 +58,7 @@ function update_install_packages {
58
apt-get upgrade -y
59
60
# Install OpenSSH and other packages
61
- sudo add-apt-repository universe
+ sudo add-apt-repository universe -y
62
apt-get update
63
apt-get install -y --no-install-recommends \
64
openssh-server \
0 commit comments