diff options
| author | waja <waja@users.noreply.github.com> | 2023-02-06 07:14:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-06 07:14:44 +0100 |
| commit | 239f569b6cdb8dbdb22f2431e39cc7df98dea46d (patch) | |
| tree | 65b796f7eced0e56c2c2aa0e2da3159b5c53646e | |
| parent | 6f0ce3804a396ce89c09f50123e5f31b5b525b31 (diff) | |
| parent | 843f17918886edd5c8d14e5a9967785c654053c8 (diff) | |
| download | monitoring-plugins-239f569b6cdb8dbdb22f2431e39cc7df98dea46d.tar.gz | |
Merge branch 'master' into gnutlsfix
| -rwxr-xr-x | .github/prepare_debian.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/prepare_debian.sh b/.github/prepare_debian.sh index d8a76da6..5222659e 100755 --- a/.github/prepare_debian.sh +++ b/.github/prepare_debian.sh | |||
| @@ -5,6 +5,7 @@ set -e | |||
| 5 | 5 | ||
| 6 | export DEBIAN_FRONTEND=noninteractive | 6 | export DEBIAN_FRONTEND=noninteractive |
| 7 | 7 | ||
| 8 | sed "s/main/non-free contrib/g" /etc/apt/sources.list.d/debian.sources > /etc/apt/sources.list.d/debian-nonfree.sources | ||
| 8 | apt-get update | 9 | apt-get update |
| 9 | apt-get -y install software-properties-common | 10 | apt-get -y install software-properties-common |
| 10 | if [ $(lsb_release -is) = "Debian" ]; then | 11 | if [ $(lsb_release -is) = "Debian" ]; then |
