Tested on Ubuntu 18.04

This script condenses the few lines of bash needed for creating a new sudo user into a single command.

It prompts the current user for the new user's information.

Usage:

bash <(curl -sSL https://jrussell.sh/create-sudo-user)

Raw Script Contents