mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-12-22 12:10:12 +09:00
Specify DEBIAN_FRONTEND to suppress interactive installation
This commit is contained in:
parent
6bc1d44016
commit
f7e1dbeadf
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user