microsoft / WSL-DistroLauncher

Sample/reference launcher app for WSL distro Microsoft Store packages.
MIT License
1.67k stars 517 forks source link

Use 'useradd' instead of 'adduser' to create user account. #123

Open x-projs opened 1 year ago

x-projs commented 1 year ago

'adduser' is not a LSB defined command, some distros might not have it. (For example, adduser is removed from ubuntu base 23.04)