summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJan Wagner <waja@cyconet.org>2023-02-06 05:45:36 (GMT)
committerwaja <waja@users.noreply.github.com>2023-02-06 05:57:01 (GMT)
commit843f17918886edd5c8d14e5a9967785c654053c8 (patch)
tree5ec5a67fabe300c0fe89df514bc429139db761da /.github
parentfc8a233854c0d59cf637e982b84c836920d718bd (diff)
downloadmonitoring-plugins-843f17918886edd5c8d14e5a9967785c654053c8.tar.gz
Adding non-free source list (Closes: #1837)
(due https://lists.debian.org/debian-devel-announce/2023/02/msg00000.html)
Diffstat (limited to '.github')
-rwxr-xr-x.github/prepare_debian.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh
index d8a76da..5222659 100755
--- a/.github/prepare_debian.sh
+++ b/.github/prepare_debian.sh
@@ -5,6 +5,7 @@ set -e
5 5
6export DEBIAN_FRONTEND=noninteractive 6export DEBIAN_FRONTEND=noninteractive
7 7
8sed "s/main/non-free contrib/g" /etc/apt/sources.list.d/debian.sources > /etc/apt/sources.list.d/debian-nonfree.sources
8apt-get update 9apt-get update
9apt-get -y install software-properties-common 10apt-get -y install software-properties-common
10if [ $(lsb_release -is) = "Debian" ]; then 11if [ $(lsb_release -is) = "Debian" ]; then