Skip to content

Commit e950c21

Browse files
committed
chore: make command non-interactive
1 parent 79af28f commit e950c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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 --yes universe
6262
apt-get update
6363
apt-get install -y --no-install-recommends \
6464
openssh-server \

0 commit comments

Comments
 (0)