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

View File

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