Skip to content

Commit 2105652

Browse files
committed
chore: non-interactive
1 parent 61ce696 commit 2105652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebssurrogate/scripts/chroot-bootstrap-nix.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function update_install_packages {
5858
apt-get upgrade -y
5959

6060
# Install OpenSSH and other packages
61-
sudo add-apt-repository universe
61+
sudo add-apt-repository universe -y
6262
apt-get update
6363
apt-get install -y --no-install-recommends \
6464
openssh-server \

0 commit comments

Comments
 (0)