refactor(linux): Use better way to get username
`getpass.getuser()` tries several different ways to get the username and is the recommended way of getting the username.
parent
2cd8f3c7
Please register or sign in to comment
`getpass.getuser()` tries several different ways to get the username and is the recommended way of getting the username.