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 dfcb65a commit 648f256Copy full SHA for 648f256
networking/install.bash
@@ -1,6 +1,6 @@
1
#! /usr/bin/env bash
2
3
-if [ "$(lsb-release -cs)" == "xenial" ]
+if [ "$(lsb_release -cs)" == "xenial" ]
4
then
5
# Install config file (mdns4_minimal is normally missing in xenial and should be present)
6
0 commit comments