summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rwxr-xr-x.github/prepare_debian.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh
index 3640e500..c79211cd 100755
--- a/.github/prepare_debian.sh
+++ b/.github/prepare_debian.sh
@@ -61,7 +61,8 @@ apt-get -y install perl \
61 libmariadb-dev \ 61 libmariadb-dev \
62 cron \ 62 cron \
63 iputils-ping \ 63 iputils-ping \
64 iproute2 64 iproute2 \
65 libjson-perl
65 66
66# remove ipv6 interface from hosts 67# remove ipv6 interface from hosts
67sed '/^::1/d' /etc/hosts > /tmp/hosts 68sed '/^::1/d' /etc/hosts > /tmp/hosts