We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6455cf1 commit 0ad345eCopy full SHA for 0ad345e
1 file changed
sudoutil.js
@@ -35,7 +35,7 @@ const {
35
ShellString,
36
} = shelljs;
37
38
-const isDebian = existsSync('/etc/lsb-release');
+const isDebian = existsSync('/etc/debian_version');
39
40
const env = Object.assign({}, {
41
BASH_PATH: '/bin/bash',
0 commit comments