Skip to content

Commit 65dcbcd

Browse files
committed
basebox/bootstrap.sh: remove deprecated --force-yes option
Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech>
1 parent e531649 commit 65dcbcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

basebox/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ apt-get install -y libpgtypes3 libecpg-dev libldap2-dev librsync-dev
4545
apt-get install -y software-properties-common
4646
add-apt-repository -y ppa:ondrej/php
4747
apt-get update -y
48-
apt-get install -y --force-yes php7.3-dev
48+
apt-get install -y php7.3-dev
4949

5050
# mingw cross compile deps:
5151
apt-get install -y dpkg-dev debhelper g++ libncurses5 pkg-config build-essential libpam0g-dev mingw-w64

0 commit comments

Comments
 (0)