diff options
author | Lorenz <12514511+RincewindsHat@users.noreply.github.com> | 2023-02-06 18:51:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-06 18:51:40 +0100 |
commit | 5a50b260ee94df89f2e328affa93983bb0caff57 (patch) | |
tree | 2a660ceb8a8736058142523a60b11edf0444d690 /.github/prepare_debian.sh | |
parent | dca0927b459ca7f1260d1d359865d3821297d81a (diff) | |
parent | e0dfb0622d19a4b4340dab9a315cb4b649f6f1e4 (diff) | |
download | monitoring-plugins-5a50b260ee94df89f2e328affa93983bb0caff57.tar.gz |
Merge branch 'master' into gnulib_update_2023
Diffstat (limited to '.github/prepare_debian.sh')
-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 |