From: Otto Date: Sat, 18 Dec 2021 19:24:14 +0000 (+0100) Subject: Set policy to not start/enable services by default X-Git-Tag: auth-4.7.0-alpha1~104^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F11116%2Fhead;p=thirdparty%2Fpdns.git Set policy to not start/enable services by default --- diff --git a/build-scripts/gh-actions-setup-inv b/build-scripts/gh-actions-setup-inv index 02e5a231e2..2a5f441351 100755 --- a/build-scripts/gh-actions-setup-inv +++ b/build-scripts/gh-actions-setup-inv @@ -1,4 +1,10 @@ #!/bin/bash -x +sudo sh -c "cat > /usr/sbin/policy-rc.d << EOF +#!/bin/sh +exit 101 +EOF +" +sudo chmod 755 /usr/sbin/policy-rc.d sudo apt-get update sudo apt-get -qq -y dist-upgrade sudo apt-get -qq -y --no-install-recommends install python3-pip