Skip to content

Commit 0ad345e

Browse files
committed
Support actual debian
1 parent 6455cf1 commit 0ad345e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sudoutil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const {
3535
ShellString,
3636
} = shelljs;
3737

38-
const isDebian = existsSync('/etc/lsb-release');
38+
const isDebian = existsSync('/etc/debian_version');
3939

4040
const env = Object.assign({}, {
4141
BASH_PATH: '/bin/bash',

0 commit comments

Comments
 (0)