We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cace001 commit b4acfa1Copy full SHA for b4acfa1
Github/Runners/bootstrap/debian.sh
@@ -30,7 +30,7 @@ set -x
30
chown -R _apt:root /var/cache/apt/archives/partial/
31
dpkg-statoverride --remove /usr/bin/crontab
32
DEBIAN_FRONTEND="noninteractive" apt update -y
33
- DEBIAN_FRONTEND="noninteractive" apt install bash binutils coreutils curl fakeroot git locales sudo wget -y --no-install-recommends --ignore-missing
+ DEBIAN_FRONTEND="noninteractive" apt install bash binutils coreutils curl fakeroot gawk git locales sudo wget -y --no-install-recommends --ignore-missing
34
locale-gen "en_US.UTF-8"
35
echo "debconf debconf/frontend select Noninteractive" | debconf-set-selections
36
apt purge locales perl -y ; apt autoremove -y ; apt autoclean -y
0 commit comments