Specify DEBIAN_FRONTEND to suppress interactive installation

This commit is contained in:
Takumi Sueda 2022-02-27 22:49:35 +09:00
parent 6bc1d44016
commit f7e1dbeadf
1 changed files with 4 additions and 2 deletions

View File

@ -34,7 +34,8 @@ APT::Install-Suggests "0";
EOF
apt update -y
apt install -y locales
DEBIAN_FRONTEND=noninteractive \
apt install -y locales
echo "$TIMEZONE" > /etc/timezone && \
dpkg-reconfigure -f noninteractive tzdata && \
@ -68,7 +69,8 @@ DEBIAN_FRONTEND=noninteractive \
systemctl enable fake-hwclock
# Ly
apt install -y libpam0g-dev libxcb-xkb-dev
DEBIAN_FRONTEND=noninteractive \
apt install -y libpam0g-dev libxcb-xkb-dev
cd /
git clone --recurse-submodules https://github.com/nullgemm/ly.git
cd ly