sudo check

interface InstallationCheckSudo {
    exists: boolean;
    user: string;
    userSudo: boolean;
}

Properties

Properties

exists: boolean
user: string
userSudo: boolean