Make test dependency install script Non-interactive
This commit is contained in:
@ -16,8 +16,12 @@ then
|
||||
echo "deb http://mirror.netinch.com/pub/mariadb/repo/10.3/ubuntu/ ${UBUNTU_CODENAME} main" > mariadb.list
|
||||
sudo cp mariadb.list /etc/apt/sources.list.d/
|
||||
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0xF1656F24C74CD1D8
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y --force-yes \
|
||||
sudo -E apt-get -q -o Dpkg::Options::=--force-confold \
|
||||
-o Dpkg::Options::=--force-confdef \
|
||||
-y --force-yes \
|
||||
install \
|
||||
git wget build-essential \
|
||||
libssl-dev mariadb-client php perl \
|
||||
coreutils libjansson-dev zlib1g-dev \
|
||||
|
||||
Reference in New Issue
Block a user