We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174433c commit be81efaCopy full SHA for be81efa
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 --yes universe
62
apt-get update
63
apt-get install -y --no-install-recommends \
64
openssh-server \
0 commit comments