We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db11060 commit 58a571fCopy full SHA for 58a571f
networking/install.bash
@@ -1,8 +1,6 @@
1
#! /usr/bin/env bash
2
3
-# shellcheck disable=SC1091
4
-. /etc/os-release
5
-if [ "$UBUNTU_CODENAME" == "xenial" ]
+if [ "$(lsb-release -cs)" == "xenial" ]
6
then
7
# Install config file (mdns4_minimal is normally missing in xenial and should be present)
8
0 commit comments